summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/ardour.sh.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-26 14:11:20 +0100
committerRobin Gareus <robin@gareus.org>2013-03-26 14:11:20 +0100
commit8d2a6b76871534aefd0b98542f78462519caf7ac (patch)
treeee95bb9d59fe1f0147234a55129e68d7574ceaa9 /tools/linux_packaging/ardour.sh.in
parent7c19d00544af0b114e35df0115e9de83e70261a2 (diff)
add <ardour-root>/bin to PATH
prepare for video-util deployment in Linux bundle
Diffstat (limited to 'tools/linux_packaging/ardour.sh.in')
-rw-r--r--tools/linux_packaging/ardour.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 6545e80b40..33dfc45515 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -31,6 +31,9 @@ if [ ! -d $USER_ARDOUR_DIR ] ; then
mkdir -p $USER_ARDOUR_DIR || exit 1
fi
+PATH="${BIN_DIR}:${PATH}"
+export PATH
+
# this triggers code in main() that will reset runtime environment variables
# to point to directories inside the ardour package