Install python modules to /usr
On Debian python-setuptools is configured to install into /usr/local by default.
This commit is contained in:
parent
9f6018bdb5
commit
69a3f06f99
@ -7,7 +7,7 @@ clean:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
install:
|
install:
|
||||||
python setup.py install -O1 --skip-build --root $(DESTDIR)
|
python setup.py install -O1 --skip-build --prefix=/usr --root $(DESTDIR)
|
||||||
#ifeq (1,${DEBIANBUILD})
|
#ifeq (1,${DEBIANBUILD})
|
||||||
# cp *.py $(DESTDIR)/$(PYTHON_SITEARCH)/qubes/
|
# cp *.py $(DESTDIR)/$(PYTHON_SITEARCH)/qubes/
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user