From d62d19741adf8ac6efb1bab5d53b791a18284543 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 28 Feb 2009 15:37:12 +0100 Subject: finished recalulate_sums.sh actually didn't want to commit it yet --- recalulate_sums.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recalulate_sums.sh b/recalulate_sums.sh index e41ca5d..a24e5a1 100644 --- a/recalulate_sums.sh +++ b/recalulate_sums.sh @@ -1 +1,11 @@ +#!/bin/sh + +# sed line from upgpkg sed -r '/.*sums[ ]?\=/{:a; /\)/d; N; ba;}' */PKGBUILD -i + +for folder in */; do + pushd . + cd $folder + makepkg -g >> PKGBUILD + popd +done -- cgit v1.2.3-24-g4f1b