]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/search.cgi
the libraries are now in the lib directory
[debbugs.git] / cgi / search.cgi
index be152cb274bb2ae605ab45e013f8ffe1b263d151..00d039357b1ca561a37c16809d25e0ed6b84c7fb 100755 (executable)
@@ -32,7 +32,7 @@ BEGIN {
     if ($INC[0] !~ /^\//) {
     }
 }
-use if defined $debbugs_dir, lib => $debbugs_dir;
+use if defined $debbugs_dir, lib => $debbugs_dir.'/lib/';
 
 
 use CGI::Simple;