diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/sdbs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/sdbs.inc b/setup/sdbs.inc index 041f384..5b04cc2 100644 --- a/setup/sdbs.inc +++ b/setup/sdbs.inc @@ -31,7 +31,7 @@ export PKG_CONFIG_PATH=$EPREFIX/lib/pkgconfig export LD_LIBRARY_PATH=$EPREFIX/lib # find our own perl modules export PERL5LIB=$EPREFIX/lib/perl5 -if [ x$PERL != x ]; then +if [ ${PERL:-x} != x ]; then PATH=`dirname $PERL`:$PATH fi export PERL=perl |