set environment variable ARDOUR_GLADE_PATH to ./glade

git-svn-id: svn://localhost/trunk/ardour2@123 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Karsten Wiese 2005-11-26 15:42:11 +00:00
parent cab53d9e6b
commit f5394edc4e
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
export ARDOUR_GLADE_PATH=./glade
if [ -x ./ardour.bin ] ; then
# scons executable
export LD_LIBRARY_PATH=../libs/ardour

View File

@ -1,5 +1,6 @@
#!/bin/sh
export ARDOUR_GLADE_PATH=./glade
if [ -x ./ardour.bin ] ; then
# scons executable