summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-14 18:15:05 +0200
committerRobin Gareus <robin@gareus.org>2013-06-14 18:15:05 +0200
commit77ac803ba0b250cab5aa1778f8613d00020df82f (patch)
treec13588f5d5e88934d1b9616f7de99f46dbe0e546 /tools
parent377a016d59f36719c5e8341146413d5a5d37db1b (diff)
osx packaging: clean up temp dirs
OSX's .DS_Store file keeps rmdir from working.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 4880107806..96ed165832 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -611,7 +611,7 @@ hdiutil eject "${DiskDevice}"
hdiutil convert -format UDZO "${TMPDMG}" -imagekey zlib-level=9 -o "${UC_DMG}"
# Delete the temporary files
rm "$TMPDMG"
-rmdir "$MNTPATH"
+rm -rf "$MNTPATH"
echo "setting file icon ..."