X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Fparsealliances.pl;h=bc43e96a74aa513a3255c65a4f6eaa327f93d731;hb=8324b5418795fb16c583fea1c84237c195095579;hp=c7b58176852dcdf92795b840ffe38dfbb80a6a18;hpb=f7e7744546daea3bb524a6822e4028dcac2b4cde;p=ndwebbie.git diff --git a/scripts/parsealliances.pl b/scripts/parsealliances.pl index c7b5817..bc43e96 100755 --- a/scripts/parsealliances.pl +++ b/scripts/parsealliances.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;