]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- fix
authormarcus <marcus@pld-linux.org>
Wed, 6 Feb 2002 08:51:53 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-Makefile-in.patch -> 1.3

apache-mod_python-Makefile-in.patch

index 4249c614c4cafc5318f667c1eab10e80a805001f..e6e9a64f3c4db596132f67b3b0893f66ffded58d 100644 (file)
@@ -1,12 +1,12 @@
 diff -uNr mod_python-2.7.6/Makefile.in mod_python-2.7.6.orig/Makefile.in
---- mod_python-2.7.6/Makefile.in       Wed Feb  6 09:49:05 2002
-+++ mod_python-2.7.6.orig/Makefile.in  Wed Feb  6 09:47:01 2002
++++ mod_python-2.7.6/Makefile.in       Wed Feb  6 09:49:05 2002
+--- mod_python-2.7.6.orig/Makefile.in  Wed Feb  6 09:47:01 2002
 @@ -120,7 +120,7 @@
        do \
                $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \
        done
--      python $(PY_STD_LIB)/compileall.pyc $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
-+      python $(PY_STD_LIB)/compileall.py $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
++      python $(PY_STD_LIB)/compileall.pyc $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
+-      python $(PY_STD_LIB)/compileall.py $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
  
  clean:
        cd src && $(MAKE) clean
This page took 0.112155 seconds and 4 git commands to generate.