[QUOTE][u]Quote by: Chris+George[/u][p]Curiouser and curiouser. It worked.
I commented out lines 573-575 and inserted the following on line 576:
HOST_MOUNT_FOLDER=”/tmp”
I now need to go back and try and revert to /private/tmp (see my last post) and see if the changes hold. If so, it’s an issue with $MOUNT_FOLDER_TEMPLATE. If you’re working within /private/tmp you’re fine, but if you’re working within /private/tmp/InstaDMG_temp_folder.XXXXXXX, not so much.
Edit: Confirmed. Solution as noted above works; the only change required to resolve the issue is to comment out 573-575, and insert on 576:
HOST_MOUNT_FOLDER=”/private/tmp”
The build process is continuing at this time on my machine; I’ll let it finish and do my normal checks on the result, but I’m highly confident that it will be fine.[/p][/QUOTE]
I tried your suggestions, and it worked flawlessly! Thank you!
Comments are closed