mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Fix up progress messages in build script
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6711 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3fb876ef1b
commit
be2f9e37fe
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user