diff options
Diffstat (limited to 'community/py3-evtx/APKBUILD')
-rw-r--r-- | community/py3-evtx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-evtx/APKBUILD b/community/py3-evtx/APKBUILD index 05f30bc1ead..b5c28e9b7db 100644 --- a/community/py3-evtx/APKBUILD +++ b/community/py3-evtx/APKBUILD @@ -21,7 +21,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="8fd6f7f99b5d0db20f41f6fe055713f6e8d13e52525363063ccb246424ee793d4a97690b76931125471ac6c79ef2fedbf81f4a623c8addf45838c7354ecf1db3 py3-evtx-0.7.4.tar.gz" |