python3-googleapis-common-protos: fix permissions
This commit is contained in:
parent
1f0693c14c
commit
844a3cd746
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-googleapis-common-protos'
|
||||
pkgname=python3-googleapis-common-protos
|
||||
version=1.51.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/g/googleapis-common-protos/googleapis-common-protos-${ve
|
|||
checksum=013c91704279119150e44ef770086fdbba158c1f978a6402167d47d5409e226e
|
||||
|
||||
post_install() {
|
||||
chmod -R +r ${py3_sitelib}
|
||||
chmod -R +r "${DESTDIR}/${py3_sitelib}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue