From 2dd091f3f088960876f627e0cb2fe06292961d52 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 29 Jun 2007 16:22:28 +0000 Subject: [PATCH] Correct directory name in Beta/RC tarballs git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6708 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/buildshorewall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index 3f5510650..a8e8bf4c9 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -674,12 +674,12 @@ fi rm -rf shorewall-$VERSION - do_or_die mv $SHOREWALLDIR shorewall-$VERSION + do_or_die mv $SHOREWALLDIR shorewall-common-$VERSION progress_message "Creating $DIR/shorewall-${VERSION}.tgz ..." - do_or_die "tar -zcvf shorewall-common-${VERSION}.tgz shorewall-$VERSION >> $LOGFILE 2>&1" - do_or_die "tar -jcvf shorewall-common-$VERSION.tar.bz2 shorewall-$VERSION >> $LOGFILE 2>&1" + 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" if [ -n "$SIGN" ]; then for shoresuffix in tgz tar.bz2; do