X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Fparseplanets.pl;h=fa31c1ecaa10a1648a311627fd6015959fa130e2;hb=8324b5418795fb16c583fea1c84237c195095579;hp=51e36c96fbc73d0919304e31ba2503ae75414482;hpb=f7e7744546daea3bb524a6822e4028dcac2b4cde;p=ndwebbie.git diff --git a/scripts/parseplanets.pl b/scripts/parseplanets.pl index 51e36c9..fa31c1e 100755 --- a/scripts/parseplanets.pl +++ b/scripts/parseplanets.pl @@ -27,7 +27,8 @@ use DBD::Pg qw(:pg_types); use LWP::Simple; -use lib qw{/var/www/ndawn/}; +use FindBin; +use lib "$FindBin::Bin/../lib"; use ND::Include; use ND::DB;