]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/parsealliances.pl
Bugfix, accept empty gal name
[ndwebbie.git] / scripts / parsealliances.pl
index c7b58176852dcdf92795b840ffe38dfbb80a6a18..bc43e96a74aa513a3255c65a4f6eaa327f93d731 100755 (executable)
@@ -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;