From 630010bc527027321ae2b59fbaa9090125af0e87 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 27 Jan 2014 18:34:54 +1100 Subject: boost: hard code path to python to prevent virtual python issues --- boost/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost/Pkgfile b/boost/Pkgfile index dca0b7fa2..b1e85f0f2 100644 --- a/boost/Pkgfile +++ b/boost/Pkgfile @@ -56,7 +56,7 @@ build() { install -m 0755 bjam $PKG/usr/bin/bjam cd libs/python/pyste/install - python setup.py install --root=$PKG + /usr/bin/python setup.py install --root=$PKG mv $PKG/usr/bin/pyste.py $PKG/usr/bin/pyste find $PKG -name '*.egg-info' | xargs rm -rf } -- cgit v1.2.3