python3-olefile: fix permissions
This commit is contained in:
parent
e20e044cba
commit
361c6033fc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-olefile'
|
# Template file for 'python3-olefile'
|
||||||
pkgname=python3-olefile
|
pkgname=python3-olefile
|
||||||
version=0.46
|
version=0.46
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="olefile-${version}"
|
wrksrc="olefile-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="unzip python3-setuptools"
|
hostmakedepends="unzip python3-setuptools"
|
||||||
|
@ -14,5 +14,6 @@ distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip"
|
||||||
checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964
|
checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
chmod -R o-w ${DESTDIR}/usr/lib/python*/site-packages/*.egg-info/
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue