Install python modules to /usr

On Debian python-setuptools is configured to install into /usr/local by
default.
This commit is contained in:
Marek Marczykowski-Górecki 2016-09-19 03:46:29 +02:00
parent 9f6018bdb5
commit 69a3f06f99
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -7,7 +7,7 @@ clean:
.PHONY: clean
install:
python setup.py install -O1 --skip-build --root $(DESTDIR)
python setup.py install -O1 --skip-build --prefix=/usr --root $(DESTDIR)
#ifeq (1,${DEBIANBUILD})
# cp *.py $(DESTDIR)/$(PYTHON_SITEARCH)/qubes/
#else