forked from ports/contrib
lxml: hard code path to python to prevent virtual python issues
This commit is contained in:
parent
528fc1a323
commit
4f9e7d5d18
@ -11,7 +11,7 @@ source=(http://lxml.de/files/$name-$version.tgz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
python setup.py install --root $PKG
|
||||
/usr/bin/python setup.py install --root $PKG
|
||||
rm $PKG/usr/lib/python*/site-packages/lxml-*-py2.7.egg-info/*
|
||||
rmdir $PKG/usr/lib/python*/site-packages/*.egg-info
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user