void-updates: fix permissions on /var/cache/void-updates
This commit is contained in:
parent
a5926668fc
commit
081597d038
1 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,10 @@
|
||||||
# Template file for 'void-updates'
|
# Template file for 'void-updates'
|
||||||
pkgname=void-updates
|
pkgname=void-updates
|
||||||
version=20180616
|
version=20180616
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="git curl"
|
depends="git curl"
|
||||||
system_accounts="voidupdates"
|
|
||||||
voidupdates_homedir="/var/cache/${pkgname}"
|
|
||||||
voidupdates_groups="xbuilder"
|
|
||||||
make_dirs="${voidupdates_homedir} 0700 ${system_accounts} ${system_accounts}"
|
|
||||||
short_desc="Void Linux package updates"
|
short_desc="Void Linux package updates"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
@ -16,6 +12,11 @@ homepage="https://github.com/void-linux/void-updates"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=d885cb1e378aa3315dd5293a58be5729b98a2e1fb5f024105a8d8662e4f591cd
|
checksum=d885cb1e378aa3315dd5293a58be5729b98a2e1fb5f024105a8d8662e4f591cd
|
||||||
|
|
||||||
|
system_accounts="voidupdates"
|
||||||
|
voidupdates_homedir="/var/cache/void-updates"
|
||||||
|
voidupdates_groups="xbuilder"
|
||||||
|
make_dirs="/var/cache/void-updates 0755 voidupdates voidupdates"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue