summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-04 21:16:32 +0200
committerRobin Gareus <robin@gareus.org>2015-10-04 21:16:32 +0200
commitbfd025a6eb607a0ca3db1d79f71071c75c7e5cb9 (patch)
tree5ec51b964a8c86da146605cf8cc16c4e60be8718 /tools
parent4178db5f632721eefb58c42d684fc10f8f4fb9da (diff)
update NSM executable name - fixes #6620
NSM requires an executable in $PATH, not full path
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/ardour.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 21068da2eb..4402fd40ad 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -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