From 1243b12b191d9a6eea36d2c97a1cfe84eabde224 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 10 Feb 2006 20:23:56 +0000 Subject: [PATCH] Update tools (again) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3473 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 9b501deb4..2926ba38c 100644 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -529,10 +529,10 @@ if [ -n "$OLDVERSION" ]; then diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION fi -report "Creating md5sums" -do_or_die "md5sum *.tgz *.rpm *.bz2 > $VERSION.md5sums" +progress_message "Creating md5sums" +do_or_die "*$VERSION[-.]*tgz *$VERSION[-.]*rpm *$VERSION[-.]*bz2 > $VERSION.md5sums" -report "Creating sha1sums" +progress_message "Creating sha1sums" do_or_die "sha1sum *$VERSION[-.]*tgz *$VERSION[-.]*rpm *$VERSION[-.]*bz2 > $VERSION.sha1sums" progress_message "Shorewall $VERSION Build complete - $(date)"