summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-06 21:07:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-06 21:07:35 +0000
commitb437f8a13c59e3e08e3461ef03d4e3c95a3d3f90 (patch)
tree065194fcf10870c6baadff87597db4e195a6ff08 /tools/osx_packaging
parent25adb44255a7636df660ee0c32b21b2b736c2e5a (diff)
retain normal bare PATH for OS X bundle execution
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9311 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 483600ba92..aa5d81d940 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -152,11 +152,11 @@ fi
if test x$INTERNAL_JACK != x ; then
env="$env<key>ARDOUR_INTERNAL_JACK</key><string>true</string>"
else
- env="$env<key>PATH</key><string>/usr/local/bin:/opt/bin</string>"
+ env="$env<key>PATH</key><string>/usr/local/bin:/opt/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>"
env="$env<key>DYLIB_FALLBACK_LIBRARY_PATH</key><string>/usr/local/lib:/opt/lib</string>"
fi
-env="<key>LSEnvironment</key><dict><key>ARDOUR_BUNDLED</key><string>true</string>$env</dict>"
+env="<key>LSEnvironment</key><dict>$env<key>ARDOUR_BUNDLED</key><string>true</string></dict>"
# edit plist
sed -e "s?@ENV@?$env?g" \