remove the bundle dir after it has been tar'ed up
authorTodd Naugle <toddn@glw.com>
Tue, 8 Feb 2011 22:09:46 +0000 (22:09 +0000)
committerTodd Naugle <toddn@glw.com>
Tue, 8 Feb 2011 22:09:46 +0000 (22:09 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8779 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 87199b1780fcaefcc55396fc05921b0d24c21438..599b6103206ab09b6fd2ba019cf62824e1c5c3be 100755 (executable)
@@ -613,5 +613,7 @@ echo "Building tarball ..."
 rm -f $APPDIR.tar.bz2
 tar -cjf $APPDIR.tar.bz2 $APPDIR
 
+rm -rf $APPDIR/
+
 echo "Done."