mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 12:42:40 +02:00
Remove 'debian' directory before creating tarballs
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3096 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f6a233c35a
commit
64803def03
@ -308,6 +308,8 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
|||||||
cd $DIR
|
cd $DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_or_die "rm -rf $SHOREWALLDIR/debian"
|
||||||
|
|
||||||
if [ -n "$BUILDTARBALL" ]; then
|
if [ -n "$BUILDTARBALL" ]; then
|
||||||
progress_message "Creating $DIR/$TARBALL..."
|
progress_message "Creating $DIR/$TARBALL..."
|
||||||
do_or_die "tar -zcvf $TARBALL $SHOREWALLDIR >> $LOGFILE 2>&1"
|
do_or_die "tar -zcvf $TARBALL $SHOREWALLDIR >> $LOGFILE 2>&1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user