mirror of https://github.com/dirtbags/moth.git
Allow PYTHON override
This commit is contained in:
parent
59b41bfb72
commit
272f9c5d59
3
Makefile
3
Makefile
|
@ -6,6 +6,7 @@ BIN = $(BASE)/bin
|
||||||
SBIN = $(BASE)/sbin
|
SBIN = $(BASE)/sbin
|
||||||
BASE_URL = /
|
BASE_URL = /
|
||||||
|
|
||||||
|
PYTHON = python
|
||||||
BUILD_DIR = build
|
BUILD_DIR = build
|
||||||
|
|
||||||
TEMPLATE = $(CURDIR)/template.html
|
TEMPLATE = $(CURDIR)/template.html
|
||||||
|
@ -61,7 +62,7 @@ install: $(INSTALL_TARGETS)
|
||||||
|
|
||||||
install --directory $(VAR)/disabled
|
install --directory $(VAR)/disabled
|
||||||
|
|
||||||
python setup.py install --prefix=$(BASE)
|
$(PYTHON) setup.py install --prefix=$(BASE)
|
||||||
|
|
||||||
|
|
||||||
$(INSTALL_TARGETS): base-install
|
$(INSTALL_TARGETS): base-install
|
||||||
|
|
Loading…
Reference in New Issue