mirror of https://github.com/dirtbags/moth.git
More cross-compile fixes
This commit is contained in:
parent
81915155a5
commit
3014ff5653
2
Makefile
2
Makefile
|
@ -63,7 +63,7 @@ install: $(INSTALL_TARGETS)
|
||||||
|
|
||||||
install --directory $(DESTDIR)$(VAR)/disabled
|
install --directory $(DESTDIR)$(VAR)/disabled
|
||||||
|
|
||||||
$(PYTHON) setup.py install --prefix=$(BASE)
|
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(BASE)
|
||||||
|
|
||||||
|
|
||||||
$(INSTALL_TARGETS): base-install
|
$(INSTALL_TARGETS): base-install
|
||||||
|
|
Loading…
Reference in New Issue