changeset 944:656dfccf7481

fix --with-perl_modules_path= for unpriviliged user installation
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Dec 2006 19:16:06 +0000
parents cbe0292e53b3
children 3a126fca07fc
files auto/lib/perl/make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/lib/perl/make
+++ b/auto/lib/perl/make
@@ -30,6 +30,6 @@ cat << END                              
 			NGX_PCRE=$PCRE					\
 			NGX_OBJS=$NGX_OBJS				\
 		$NGX_PERL Makefile.PL					\
-			LIB=$NGX_PERL_MODULES
+			PREFIX=$NGX_PERL_MODULES
 
 END