osx packaging: clean up temp dirs

OSX's .DS_Store file keeps rmdir from working.
This commit is contained in:
Robin Gareus 2013-06-14 18:15:05 +02:00
parent 377a016d59
commit 77ac803ba0

View File

@ -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 ..."