diff --git a/protobuf/Pkgfile b/protobuf/Pkgfile index 8fdfa9fe0..3e5927eb8 100644 --- a/protobuf/Pkgfile +++ b/protobuf/Pkgfile @@ -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 }