13
0

update NSM executable name - fixes #6620

NSM requires an executable in $PATH, not full path
This commit is contained in:
Robin Gareus 2015-10-04 21:16:32 +02:00
parent 4178db5f63
commit bfd025a6eb

View File

@ -32,7 +32,7 @@ ETC_DIR=$INSTALL_DIR/etc
export ARDOUR_BUNDLED=true
# NSM needs a path to this script
export ARDOUR_SELF="$0"
export ARDOUR_SELF=`basename "$0"`
# this is edited by the build script to include relevant environment variables