Allow PYTHON override

This commit is contained in:
Neale Pickett 2010-05-15 12:12:43 -06:00
parent 59b41bfb72
commit 272f9c5d59
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ BIN = $(BASE)/bin
SBIN = $(BASE)/sbin
BASE_URL = /
PYTHON = python
BUILD_DIR = build
TEMPLATE = $(CURDIR)/template.html
@ -61,7 +62,7 @@ install: $(INSTALL_TARGETS)
install --directory $(VAR)/disabled
python setup.py install --prefix=$(BASE)
$(PYTHON) setup.py install --prefix=$(BASE)
$(INSTALL_TARGETS): base-install