void-updates: fix permissions on /var/cache/void-updates
This commit is contained in:
parent
a5926668fc
commit
081597d038
|
@ -1,14 +1,10 @@
|
|||
# Template file for 'void-updates'
|
||||
pkgname=void-updates
|
||||
version=20180616
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
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"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="ISC"
|
||||
|
@ -16,6 +12,11 @@ homepage="https://github.com/void-linux/void-updates"
|
|||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
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() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue