protobuf: hard code path to python to prevent virtual python issues

This commit is contained in:
Danny Rawlins 2014-01-27 18:51:06 +11:00
parent 662b83e871
commit f561514334

View File

@ -21,6 +21,6 @@ build() {
make DESTDIR=$PKG install
cd python
python setup.py test
python setup.py install --root=$PKG
/usr/bin/python setup.py test
/usr/bin/python setup.py install --root=$PKG
}