python3-olefile: fix permissions

This commit is contained in:
Michal Vasilek 2021-08-08 13:14:01 +02:00
parent e20e044cba
commit 361c6033fc

View file

@ -1,7 +1,7 @@
# Template file for 'python3-olefile'
pkgname=python3-olefile
version=0.46
revision=4
revision=5
wrksrc="olefile-${version}"
build_style=python3-module
hostmakedepends="unzip python3-setuptools"
@ -14,5 +14,6 @@ distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip"
checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964
post_install() {
chmod -R o-w ${DESTDIR}/usr/lib/python*/site-packages/*.egg-info/
vlicense LICENSE.txt
}