diff options
Diffstat (limited to 'dev-python/mod_python/files/mod_python-3.0.3-dest2.diff')
-rw-r--r-- | dev-python/mod_python/files/mod_python-3.0.3-dest2.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff b/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff new file mode 100644 index 000000000000..384ed145f0f3 --- /dev/null +++ b/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff @@ -0,0 +1,11 @@ +--- dist/Makefile.in.orig 2003-09-08 02:26:56.000000000 +0000 ++++ dist/Makefile.in 2003-09-08 02:29:20.000000000 +0000 +@@ -79,7 +79,7 @@ + cd dist; \ + gunzip -c mod_python-$(MP_VERSION).tar.gz | tar xf -; \ + cd mod_python-$(MP_VERSION); \ +- $(PYTHON_BIN) setup.py install --optimize 2 --force; \ ++ $(PYTHON_BIN) setup.py install --prefix=${DESTDIR}/usr --optimize 2 --force; \ + cd ..; rm -rf mod_python-$(MP_VERSION) + + mod_python.so: |