X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=blobdiff_plain;f=apache-mod_python-Makefile-in.patch;h=e6e9a64f3c4db596132f67b3b0893f66ffded58d;hp=4249c614c4cafc5318f667c1eab10e80a805001f;hb=72d77ce9004c834c928a92bc2c8c6987071b7686;hpb=d22340864f351bb885df5a044a5a6c594945d830 diff --git a/apache-mod_python-Makefile-in.patch b/apache-mod_python-Makefile-in.patch index 4249c61..e6e9a64 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/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