diff options
Diffstat (limited to 'community/py3-speech2text/APKBUILD')
-rw-r--r-- | community/py3-speech2text/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-speech2text/APKBUILD b/community/py3-speech2text/APKBUILD index 1f902e42473..ce7605d51ac 100644 --- a/community/py3-speech2text/APKBUILD +++ b/community/py3-speech2text/APKBUILD @@ -22,7 +22,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="e1db7870c10168e29b844442873d4fb6c4cecc4994dffa0790f4d611dcf6aa5b385e5fee7a95c31851c9ebc79d7807a7ec4099dd6f71c7b6722dd293ca1eab3f speech2text-0.2.1.tar.gz" |