From 38c31998c5a3437d79ea696833159ef2cfa8f1ac Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 19 Dec 2020 23:32:41 +0100 Subject: [PATCH] Fix macOS Lua wrapper script env --- tools/osx_packaging/osx_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index e507320f73..7a8508b5a2 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -509,8 +509,8 @@ if test "$HAVE_SESSION_UTILS" = true ; then BIN_DIR=\$(dirname "\$0") BUNDLE_DIR=\$(dirname "\$BIN_DIR") -export ARDOUR_DATA_PATH="\$BUNDLE_DIR/share" -export ARDOUR_CONFIG_PATH="\$BUNDLE_DIR/etc" +export ARDOUR_DATA_PATH="\$BUNDLE_DIR/Resources" +export ARDOUR_CONFIG_PATH="\$BUNDLE_DIR/Resources" export ARDOUR_DLL_PATH="\$BUNDLE_DIR/lib" export VAMP_PATH="\$BUNDLE_DIR/lib"\${VAMP_PATH:+:\$VAMP_PATH}