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)
8 $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PY_PREFIX) $(PYTHON_SETUPUTIL_ARGS)