diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-29 22:04:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-29 22:04:22 +0100 |
| commit | 2b3f9c8c73d38450c4b59082ac022f372932b60d (patch) | |
| tree | a6b206011d31e93d9336a6a7986a469770c6f0ca | |
| parent | dc3fb5c3c4759588910ba200c17bd0c4347abb26 (diff) | |
Try umount -f.
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
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 |
