Aditya Agarwal | 99e2c07 | 2007-07-31 01:36:08 +0000 | [diff] [blame] | 1 | DESTDIR ?= / |
| 2 | |
David Reiss | aea19c9 | 2007-08-29 23:17:32 +0000 | [diff] [blame] | 3 | # We're ignoring prefix here because site-packages seems to be |
| 4 | # the equivalent of /usr/local/lib in Python land. |
| 5 | # Old version (can't put inline because it's not portable). |
| 6 | #$(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR) $(PYTHON_SETUPUTIL_ARGS) |
Marc Slemko | d95abdd | 2007-01-16 22:20:19 +0000 | [diff] [blame] | 7 | install-exec-hook: |
David Reiss | d683219 | 2007-09-05 00:47:32 +0000 | [diff] [blame] | 8 | $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PY_PREFIX) $(PYTHON_SETUPUTIL_ARGS) |