diff options
Diffstat (limited to 'community/py3-pronouncing/APKBUILD')
-rw-r--r-- | community/py3-pronouncing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pronouncing/APKBUILD b/community/py3-pronouncing/APKBUILD index 28944c1132a..96465b37f37 100644 --- a/community/py3-pronouncing/APKBUILD +++ b/community/py3-pronouncing/APKBUILD @@ -25,7 +25,7 @@ check() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="a10ceef3e9a6ff0788f5ea6446c81d5c00649d05d085d42074d74aa547edf1b41357792ee532e9e5605ac345f351982c25a26a423e41eda78df921e13d28ebe9 pronouncing-0.2.0.tar.gz" |