From: marcus Date: Wed, 6 Feb 2002 08:49:51 +0000 (+0000) Subject: - fixed X-Git-Tag: apache-mod_python-2_7_6-4~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=d22340864f351bb885df5a044a5a6c594945d830;hp=5fce151414189f662c2b69b2b362b4e7d8683366 - fixed Changed files: apache-mod_python-Makefile-in.patch -> 1.2 --- diff --git a/apache-mod_python-Makefile-in.patch b/apache-mod_python-Makefile-in.patch index 5ba74c8..4249c61 100644 --- a/apache-mod_python-Makefile-in.patch +++ b/apache-mod_python-Makefile-in.patch @@ -1,12 +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 @@ +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 +@@ -120,7 +120,7 @@ do \ - $(INSTALL) $$f $(PY_STD_LIB)/site-packages/mod_python; \ + $(INSTALL) $$f $(DESTDIR)$(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 +- 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