mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
add <ardour-root>/bin to PATH
prepare for video-util deployment in Linux bundle
This commit is contained in:
parent
7c19d00544
commit
8d2a6b7687
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ if [ ! -d $USER_ARDOUR_DIR ] ; then
|
||||||
mkdir -p $USER_ARDOUR_DIR || exit 1
|
mkdir -p $USER_ARDOUR_DIR || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
PATH="${BIN_DIR}:${PATH}"
|
||||||
|
export PATH
|
||||||
|
|
||||||
# this triggers code in main() that will reset runtime environment variables
|
# this triggers code in main() that will reset runtime environment variables
|
||||||
# to point to directories inside the ardour package
|
# to point to directories inside the ardour package
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue