void-updates: fix permissions on /var/cache/void-updates

This commit is contained in:
maxice8 2019-01-14 04:56:45 -02:00
parent a5926668fc
commit 081597d038
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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
}