From af56b8035b1edee5f105b53b410e60551ba0a61d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 15 Apr 2013 02:07:50 +0400 Subject: Use python2.7 --- rules/python.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python.mk b/rules/python.mk index 2c031bc..faa3697 100644 --- a/rules/python.mk +++ b/rules/python.mk @@ -25,7 +25,7 @@ ifeq (,$(__python_mk)) include $(cibs-root)/rules/common.mk -pythons ?= python2.6 python +pythons ?= python2.7 $(foreach py,$(pythons),$(eval $(call add-variant,$(py)))) @@ -37,7 +37,7 @@ build-%-stamp: install-%-stamp: cd "$(sourcedir)" && \ - $* setup.py install --install-layout=deb --no-compile -O0 --root="$(protodir)" + $* setup.py install --install-layout=deb --no-compile -O0 --root="$(topdir)/$(protodir)" touch $@ __python_mk := included -- cgit v1.2.3