Fix bldEnvData.pl library search path

It wasn't working when INSTALL_LOCATION is used.
This commit is contained in:
Andrew Johnson
2012-08-23 09:45:31 -05:00
parent f29e995103
commit 7da070bca3

View File

@@ -13,7 +13,10 @@
use strict;
use lib '../../../lib/perl';
# This program is never installed, so it can't use FindBin to get
# the path to the lib/perl directory. However it can load the
# EPICS:: modules directly from the src/tools directory instead:
use lib '../../tools';
use Getopt::Std;
use File::Basename;