]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- do not exit when apache1-mod_perl is installed
authorradek <radek@pld-linux.org>
Tue, 24 Aug 2004 16:43:16 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl-Makefile_PL.patch -> 1.5

apache-mod_perl-Makefile_PL.patch

index a9d1faecba3f2b1f88ee274201d0528014c3751c..f02c1412af96e765d2a1c6f583d5a296071c508a 100644 (file)
@@ -41,3 +41,14 @@ diff -urN mod_perl-1.99_13-org/Makefile.PL mod_perl-1.99_13/Makefile.PL
  
  modperl_src_clean:
        cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) clean
+--- mod_perl-1.99_15-org/Makefile.PL   2004-08-24 18:33:21.035839248 +0200
++++ mod_perl-1.99_13/Makefile.PL       2004-08-24 18:34:24.406205488 +0200
+@@ -151,7 +151,7 @@
+                 error "cannot install mod_perl/$VERSION on top of $vstring",
+                     "use MP_INST_APACHE2=1 option " .
+                      "or to force installation delete:\n $old_modperl_pm";
+-                exit 1;
++#               exit 1;
+             }
+         }
+     }
This page took 0.085695 seconds and 4 git commands to generate.