diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:34:54 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:34:54 +1100 |
commit | 630010bc527027321ae2b59fbaa9090125af0e87 (patch) | |
tree | 3c13ad72af7291303f1b01c6d24ff13560d90a4e | |
parent | 89379c5cd018af3fae3fe9a4d41c025aa2f6cea3 (diff) | |
download | contrib-630010bc527027321ae2b59fbaa9090125af0e87.tar.gz contrib-630010bc527027321ae2b59fbaa9090125af0e87.tar.xz |
boost: hard code path to python to prevent virtual python issues
-rw-r--r-- | boost/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |