changeset 948:12077affd903

backout the r945: the nginx.pm could not be loaded at all, next try to fix --with-perl_modules_path= for unpriviliged user installation
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Dec 2006 18:12:18 +0000
parents bb748b37cabd
children d1d8cde9aab9
files auto/lib/perl/make
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/lib/perl/make
+++ b/auto/lib/perl/make
@@ -30,6 +30,7 @@ cat << END                              
 			NGX_PCRE=$PCRE					\
 			NGX_OBJS=$NGX_OBJS				\
 		$NGX_PERL Makefile.PL					\
-			PREFIX=$NGX_PERL_MODULES
+			LIB=$NGX_PERL_MODULES				\
+			INSTALLSITEMAN3DIR=$NGX_PERL_MODULES/man3
 
 END