master
Joey Hess 2009-02-04 13:45:54 -05:00
parent 9711181a3f
commit df0f9811a3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ elsif (/VERSION_AUTOREPLACE/) {
}
elsif (/^use lib/) {
# The idea here is to figure out if the libdir the Makefile.PL
# was configure to use is in perl's normal search path.
# was configured to use is in perl's normal search path.
# If not, hard code it into ikiwiki.
if ((grep { $_ eq $libdir } @INC) &&
(! exists $ENV{PERL5LIB} || ! length $ENV{PERL5LIB} ||