diff options
Diffstat (limited to 'testing/py3-mando/APKBUILD')
-rw-r--r-- | testing/py3-mando/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-mando/APKBUILD b/testing/py3-mando/APKBUILD index 467f27e7c84..d0ed1b5b8b6 100644 --- a/testing/py3-mando/APKBUILD +++ b/testing/py3-mando/APKBUILD @@ -20,7 +20,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" install -Dm644 README.rst -t "$pkgdir"/usr/share/doc/"$pkgname" install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname" |