From f449efd318906e76343dd3a337b2a4e9b3e6f207 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 23 Oct 2019 15:10:32 +0200 Subject: testing/py3-wxpython: Fixed file permissions Some of the installed python files are installed with permissions 600, so that (non-root) users cannot load the module properly. The fix was is almost copied in verbatim from Arch Linux. --- testing/py3-wxpython/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/py3-wxpython') diff --git a/testing/py3-wxpython/APKBUILD b/testing/py3-wxpython/APKBUILD index 091559325d..28bd586a54 100644 --- a/testing/py3-wxpython/APKBUILD +++ b/testing/py3-wxpython/APKBUILD @@ -3,7 +3,7 @@ _pkgname=wxPython pkgname=py3-wxpython pkgver=4.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Cross-platform GUI toolkit for the Python language" url="https://wxpython.org/" arch="all" @@ -35,6 +35,7 @@ check() { package() { python3 build.py install --destdir="$pkgdir" install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt + find "$pkgdir"/usr/lib -type f -exec chmod 644 {} \; } sha512sums="bfe799e1a0987cb57f2e31199cdb522471aaa08bb3b642fdf4130f4219b81487d4b6252f7a8afd3af7cdaeef2e992cecfc581e97d8b42307a4e0a8c9009db301 wxPython-4.0.6.tar.gz" -- cgit v1.2.3