From dd9e5c0c6bb764e7aa330f9baaa9a1f2779cc532 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 5 Sep 2014 18:45:01 -0400 Subject: [PATCH] tweaks to osx_build to (a) warn about expected error (b) remove harvid/jadeo stuff from osascript (c) fix tmpfile template --- tools/osx_packaging/osx_build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index f8a512af4a..fc2b112bc7 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -606,7 +606,7 @@ VOLNAME=$APPNAME-$release_version # TODO use mktemp export TMPDIR=`pwd` -MNTPATH=`mktemp -d -t /ardourimg` +MNTPATH=`mktemp -d -t ardourimg` TMPDMG=`mktemp -t ardour` ICNSTMP=`mktemp -t ardouricon` EXTRA_SPACE_MB=30 @@ -647,8 +647,6 @@ echo ' set position of item "'${APPDIR}'" of container window to {90, 100} set position of item "Applications" of container window to {310, 100} '${MIXBUSPOS}' - '${HARVIDPOS}' - '${XJADEOPOS}' close open update without registering applications @@ -658,6 +656,7 @@ echo ' end tell ' | osascript +echo "The next chmod will fail on a file named \".fseventsd\". This is not an error. You can safely ignore it." chmod -Rf go-w "${MNTPATH}" sync