]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/pkgindex.cgi
the libraries are now in the lib directory
[debbugs.git] / cgi / pkgindex.cgi
index 007e2cf347d3d7896905d72d5ca33f4fa872b38a..f0ac8d0b6c86b486ea4c8b993e4777adf155e906 100755 (executable)
@@ -25,7 +25,7 @@ BEGIN {
     if ($INC[0] !~ /^\//) {
     }
 }
-use if defined $debbugs_dir, lib => $debbugs_dir;
+use if defined $debbugs_dir, lib => $debbugs_dir.'/lib/';
 
 use Debbugs::Config qw(:globals :text :config);
 use CGI::Simple;