osx packaging: clean up temp dirs
OSX's .DS_Store file keeps rmdir from working.
This commit is contained in:
parent
377a016d59
commit
77ac803ba0
@ -611,7 +611,7 @@ hdiutil eject "${DiskDevice}"
|
|||||||
hdiutil convert -format UDZO "${TMPDMG}" -imagekey zlib-level=9 -o "${UC_DMG}"
|
hdiutil convert -format UDZO "${TMPDMG}" -imagekey zlib-level=9 -o "${UC_DMG}"
|
||||||
# Delete the temporary files
|
# Delete the temporary files
|
||||||
rm "$TMPDMG"
|
rm "$TMPDMG"
|
||||||
rmdir "$MNTPATH"
|
rm -rf "$MNTPATH"
|
||||||
|
|
||||||
echo "setting file icon ..."
|
echo "setting file icon ..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user