diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template index d76ec0ee8ad..4213ca32532 100644 --- a/srcpkgs/python3-olefile/template +++ b/srcpkgs/python3-olefile/template @@ -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 }