diff options
Diffstat (limited to 'testing/py3-pockethernet/APKBUILD')
-rw-r--r-- | testing/py3-pockethernet/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pockethernet/APKBUILD b/testing/py3-pockethernet/APKBUILD index 5466fa46d69..8ac7506825a 100644 --- a/testing/py3-pockethernet/APKBUILD +++ b/testing/py3-pockethernet/APKBUILD @@ -23,7 +23,7 @@ check() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums=" e312f712b8ca914d307a9d2a4a82d5c954f210c1fb7936442e0c5608a8bab92a5b2e100a8e5be24a249f9ca15e6de2086c50bebd48ba6dcf69f70bf50e7b2c4d pockethernet-protocol-0.7.0.tar.gz |