]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/pkgreport.cgi
the libraries are now in the lib directory
[debbugs.git] / cgi / pkgreport.cgi
index 3855928e042a941d388bf74bbd9b4045c912ca18..345a6496e4ee9b89deae261bacd328acd40b732b 100755 (executable)
@@ -40,7 +40,7 @@ BEGIN {
        undef $debbugs_dir;
     }
 }
-use if defined $debbugs_dir, lib => $debbugs_dir;
+use if defined $debbugs_dir, lib => $debbugs_dir.'/lib/';
 
 binmode(STDOUT,':encoding(UTF-8)');
 use POSIX qw(strftime nice);