changeset 740:5187a63d9fca

force perl modules reinstallation after rebuilding
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Oct 2006 14:18:08 +0000
parents 9f983de19a1d
children 63a08390a8a2
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
@@ -14,6 +14,8 @@ cat << END                              
 
 	cd $NGX_OBJS/src/http/modules/perl && make
 
+	rm -rf $NGX_OBJS/install_perl
+
 
 $NGX_OBJS/src/http/modules/perl/Makefile:				\
 		src/http/modules/perl/Makefile.PL			\
@@ -30,5 +32,4 @@ cat << END                              
 		$NGX_PERL Makefile.PL					\
 			LIB=$NGX_PERL_MODULES
 
-
 END