From: marcus Date: Wed, 6 Feb 2002 08:40:03 +0000 (+0000) Subject: - small fix in install X-Git-Tag: apache-mod_python-2_7_6-4~4 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=c5293edd5fc1a45fae4c68cb630cead252fa74b7 - small fix in install Changed files: apache-mod_python-Makefile-in.patch -> 1.1 --- diff --git a/apache-mod_python-Makefile-in.patch b/apache-mod_python-Makefile-in.patch new file mode 100644 index 0000000..5ba74c8 --- /dev/null +++ b/apache-mod_python-Makefile-in.patch @@ -0,0 +1,12 @@ +diff -uNr mod_python-2.7.6.orig/Makefile.in mod_python-2.7.6/Makefile.in +--- mod_python-2.7.6.orig/Makefile.in Wed Dec 6 04:05:37 2000 ++++ mod_python-2.7.6/Makefile.in Wed Feb 6 09:38:50 2002 +@@ -119,7 +119,7 @@ + do \ + $(INSTALL) $$f $(PY_STD_LIB)/site-packages/mod_python; \ + done +- python $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python ++ python $(PY_STD_LIB)/compileall.pyc $(PY_STD_LIB)/site-packages/mod_python + + clean: + cd src && $(MAKE) clean