summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-29 22:04:22 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-29 22:04:22 +0100
commit2b3f9c8c73d38450c4b59082ac022f372932b60d (patch)
treea6b206011d31e93d9336a6a7986a469770c6f0ca /platform
parentdc3fb5c3c4759588910ba200c17bd0c4347abb26 (diff)
Try umount -f.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 97ec8fdf9..a43984dcf 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -129,7 +129,7 @@ echo '
chmod -Rf go-w $WORK/mnt
sync
-umount $device
+umount -f $device
hdiutil eject $device
hdiutil convert -format UDZO $tmp_dmg -imagekey zlib-level=9 -o "$dmg"
sips -i $WORK/$resources/DCP-o-matic.icns