diff options
Diffstat (limited to 'community/py3-protobuf/APKBUILD')
-rw-r--r-- | community/py3-protobuf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-protobuf/APKBUILD b/community/py3-protobuf/APKBUILD index b5a8b7e820a..9762a6f0b13 100644 --- a/community/py3-protobuf/APKBUILD +++ b/community/py3-protobuf/APKBUILD @@ -27,7 +27,7 @@ check() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" # correct permissions chmod +r "$pkgdir"/usr/lib/*/site-packages/*/* |