mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
tweak OS X packaging for 10.9
This commit is contained in:
parent
db8406dc4a
commit
8de9ee32a2
1 changed files with 3 additions and 3 deletions
|
|
@ -739,9 +739,9 @@ sync
|
|||
set -e
|
||||
echo "compressing Image ..."
|
||||
|
||||
# Umount the image
|
||||
umount "${DiskDevice}"
|
||||
hdiutil eject "${DiskDevice}"
|
||||
# Umount the image ('eject' above may already have done that)
|
||||
umount "${DiskDevice}" || true
|
||||
hdiutil eject "${DiskDevice}" || true
|
||||
# Create a read-only version, use zlib compression
|
||||
hdiutil convert -format UDZO "${TMPDMG}" -imagekey zlib-level=9 -o "${UC_DMG}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue