X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Fparseplanets.pl;h=fa31c1ecaa10a1648a311627fd6015959fa130e2;hb=64bdde3313377c96ab60ebbd311b46277d2764b2;hp=e3c013ac1790d5accbfc52a17c309d176b0c837e;hpb=13e3df1e4218c19325ef732a4a2cb2b7db79a69c;p=ndwebbie.git diff --git a/scripts/parseplanets.pl b/scripts/parseplanets.pl index e3c013a..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/lib/}; +use FindBin; +use lib "$FindBin::Bin/../lib"; use ND::Include; use ND::DB;