add <ardour-root>/bin to PATH
prepare for video-util deployment in Linux bundle
This commit is contained in:
parent
7c19d00544
commit
8d2a6b7687
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user