From c5293edd5fc1a45fae4c68cb630cead252fa74b7 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 6 Feb 2002 08:40:03 +0000 Subject: [PATCH] - small fix in install Changed files: apache-mod_python-Makefile-in.patch -> 1.1 --- apache-mod_python-Makefile-in.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apache-mod_python-Makefile-in.patch 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 -- 2.43.0