mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
mac: fix hdiutil: convert failed - Resource temporarily unavailable
This commit is contained in:
parent
5d5b94b1cd
commit
735ba65a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -1069,7 +1069,7 @@ set -e
|
|||
echo "compressing Image ..."
|
||||
|
||||
# Umount the image ('eject' above may already have done that)
|
||||
umount "${DiskDevice}" || true
|
||||
hdiutil detach "${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