forked from ports/contrib
boost: hard code path to python to prevent virtual python issues
This commit is contained in:
parent
89379c5cd0
commit
630010bc52
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user