From be2f9e37fe4ff75326e2ce10a3c63287defed54b Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 29 Jun 2007 16:52:42 +0000 Subject: [PATCH] Fix up progress messages in build script git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6711 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/buildshorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index 032488f54..64b81509f 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -670,13 +670,13 @@ fi # The original tarball created above didn't include the -Beta or -RC portion of the # name in either the tarball name or the directory name. Create it here # - progress_message "Creating $DIR/shorewall-$VERSION..." + progress_message "Creating $DIR/shorewall-common-$VERSION..." rm -rf shorewall-common-$VERSION do_or_die mv $SHOREWALLDIR shorewall-common-$VERSION - progress_message "Creating $DIR/shorewall-${VERSION}.tgz ..." + progress_message "Creating $DIR/shorewall-common-${VERSION}.tgz ..." do_or_die "tar -zcvf shorewall-common-${VERSION}.tgz shorewall-common-$VERSION >> $LOGFILE 2>&1" do_or_die "tar -jcvf shorewall-common-$VERSION.tar.bz2 shorewall-common-$VERSION >> $LOGFILE 2>&1"