diff options
Diffstat (limited to 'community/py3-hglib/APKBUILD')
-rw-r--r-- | community/py3-hglib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-hglib/APKBUILD b/community/py3-hglib/APKBUILD index a036226337e..797ff8a2110 100644 --- a/community/py3-hglib/APKBUILD +++ b/community/py3-hglib/APKBUILD @@ -28,7 +28,7 @@ check() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="be83519a11846c9389506e12d0cf4e8bfcc47dbc4013cf3260f92932f59c430930ca38f6705aba70225a62408b952ae2f6c3f074c8d1d1651142a4977ace63d4 python-hglib-2.6.2.tar.gz" |