X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_usdb.pl;h=f7242cf75f1b07e497a4f1f6db67077457966e61;hb=fcabf1831276e7fd1db8eb16a4b6f220db6408e5;hp=575babc7b42ad50585a560d9c9b6bad2f850e9d7;hpb=9c415b19aaaf0497e9cc074f3df56f16fe414e82;p=spider.git diff --git a/perl/create_usdb.pl b/perl/create_usdb.pl index 575babc7..f7242cf7 100755 --- a/perl/create_usdb.pl +++ b/perl/create_usdb.pl @@ -16,6 +16,7 @@ BEGIN { $root = "/spider"; $root = $ENV{'DXSPIDER_ROOT'} if $ENV{'DXSPIDER_ROOT'}; + unshift @INC, "$root/perl"; # this IS the right way round! unshift @INC, "$root/local"; }