pil: hard code path to python to prevent virtual python issues
This commit is contained in:
parent
6292910cd9
commit
662b83e871
@ -11,6 +11,6 @@ source=(http://effbot.org/media/downloads/PIL-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd PIL-$version
|
||||
python setup.py install --root=$PKG
|
||||
/usr/bin/python setup.py install --root=$PKG
|
||||
find $PKG -name '*egg-info' -delete
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user