mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
python-voluptuous: fix permissions
This commit is contained in:
parent
ae868ca3e6
commit
6429c2c8bb
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-voluptuous'
|
# Template file for 'python-voluptuous'
|
||||||
pkgname=python-voluptuous
|
pkgname=python-voluptuous
|
||||||
version=0.11.5
|
version=0.11.5
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="voluptuous-${version}"
|
wrksrc="voluptuous-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -18,6 +18,7 @@ checksum=567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
chmod o+r -R ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-voluptuous_package() {
|
python3-voluptuous_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue