diff options
Diffstat (limited to 'testing/py3-junit-xml/APKBUILD')
-rw-r--r-- | testing/py3-junit-xml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-junit-xml/APKBUILD b/testing/py3-junit-xml/APKBUILD index 8d197c7425f..96308f9d600 100644 --- a/testing/py3-junit-xml/APKBUILD +++ b/testing/py3-junit-xml/APKBUILD @@ -23,7 +23,7 @@ check() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="8fcef94ea73a77ad597bb3280578f0fea86573b779eb4aea1e458e55f1866637a7b43aa04502a65ecb1f2a7403cc61a76ccd35feb4b69eeb6fdc8352914d61a4 junit-xml-1.8.tar.gz" |