]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - apache-mod_python-DESTDIR.patch
- updated to work with 3.0.3
[packages/apache-mod_python.git] / apache-mod_python-DESTDIR.patch
1 --- mod_python-3.0.3/Makefile.in.orig   2003-06-11 22:17:54.386314384 +0000
2 +++ mod_python-3.0.3/Makefile.in        2003-06-11 22:18:17.801754696 +0000
3 @@ -93,7 +93,7 @@
4         @echo
5         @echo "Performing DSO installation."
6         @echo
7 -       $(INSTALL) src/mod_python.so $(LIBEXECDIR)
8 +       $(INSTALL) src/mod_python.so $(DESTDIR)$(LIBEXECDIR)
9         @$(MAKE) install_py_lib
10         @echo
11         @echo "Now don't forget to edit your main config and add"
This page took 0.022221 seconds and 3 git commands to generate.