summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-01-27 23:18:07 +0000
committerTodd Naugle <toddn@glw.com>2011-01-27 23:18:07 +0000
commitb6362565856d9d310511adfbe29619e3f601eb2b (patch)
tree2c24e61b018614d0601b914dab97c324b1f87e4a /tools
parentaa5c4442e3c286f3f011606aed23e910f0b93b92 (diff)
Only delete the un packed directory and leave the tar
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8592 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/stage2.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/stage2.run b/tools/linux_packaging/stage2.run
index 307972d503..5c0f0dfa71 100755
--- a/tools/linux_packaging/stage2.run
+++ b/tools/linux_packaging/stage2.run
@@ -479,7 +479,7 @@ fi
echo ""
echo "Cleaning up"
-rm -rf ${BUNDLE_DIR}
+rm -rf ${BUNDLE_DIR}/
echo ""
echo "!!! Install Complete !!!"