update NSM executable name - fixes #6620
authorRobin Gareus <robin@gareus.org>
Sun, 4 Oct 2015 19:16:32 +0000 (21:16 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 4 Oct 2015 19:16:32 +0000 (21:16 +0200)
NSM requires an executable in $PATH, not full path

tools/linux_packaging/ardour.sh.in

index 21068da2eb56a144bbfa864b9ed7c23631e6ac4d..4402fd40ad0dd16ee5c654f9ebbb28db42fe5e9a 100644 (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