diff options
Diffstat (limited to 'community/py3-humanhash3/APKBUILD')
-rw-r--r-- | community/py3-humanhash3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-humanhash3/APKBUILD b/community/py3-humanhash3/APKBUILD index f19bb0f5c8a..97a50f19deb 100644 --- a/community/py3-humanhash3/APKBUILD +++ b/community/py3-humanhash3/APKBUILD @@ -18,7 +18,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="2eca066915756d60df48f0b5ee7c7fce508d7b5f5e04c94ed46c4ac2e30eb2dccdc1f6eec183512bdd557401c8e4c68110d39db4ef30a61884f45cb0e663579f humanhash3-0.0.6.tar.gz" |