add <ardour-root>/bin to PATH
authorRobin Gareus <robin@gareus.org>
Tue, 26 Mar 2013 13:11:20 +0000 (14:11 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 26 Mar 2013 13:11:20 +0000 (14:11 +0100)
prepare for video-util deployment in Linux bundle

tools/linux_packaging/ardour.sh.in

index 6545e80b405c35d54069a17f9ba2a3480f73a64a..33dfc45515985fa6336c39fc9f7be59e858a96cd 100644 (file)
@@ -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