summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-05-04 19:09:37 +0200
committerRobin Gareus <robin@gareus.org>2015-05-04 19:09:37 +0200
commitc704a2397762a2ca53f5c5fa77277cf15cd67ea1 (patch)
tree407d6fa65b0b773536988399e70eb93a3777c3b3 /tools
parent9e489c20da1c5da772ac907a8adeb7b06ec19290 (diff)
update startup scripts for NSM
fixes #6265 for GNU/Linux.
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/ardour.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 1c087bbaf4..aa84f08323 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -36,6 +36,10 @@ fi
export ARDOUR_BUNDLED=true
+# NSM needs a path to this script
+export ARDOUR_SELF="$0"
+
+
# this is edited by the build script to include relevant environment variables
%ENV%