blob: 7db5c3b9266d49ccd108db7c523ccd37841bb306 [file] [log] [blame]
Aditya Agarwal99e2c072007-07-31 01:36:08 +00001DESTDIR ?= /
2
David Reissaea19c92007-08-29 23:17:32 +00003# 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 Slemkod95abdd2007-01-16 22:20:19 +00007install-exec-hook:
David Reissd6832192007-09-05 00:47:32 +00008 $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PY_PREFIX) $(PYTHON_SETUPUTIL_ARGS)