xbps-triggers: install with 754 perms, remove noarch.

Enables normal users to read the file contents.
This commit is contained in:
Érico Rolim 2020-09-10 11:29:19 -03:00 committed by Andrew J. Hesford
parent 995739f81b
commit a1cfcf6872

View file

@ -1,8 +1,7 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.116
revision=1
archs=noarch
revision=2
bootstrap=yes
short_desc="XBPS triggers for Void Linux"
maintainer="Enno Boland <gottox@voidlinux.org>"
@ -14,7 +13,7 @@ do_install() {
for f in ${FILESDIR}/*; do
_trigger=$(basename $f)
vinstall ${FILESDIR}/${_trigger} 750 ${_triggersdir}
vinstall ${FILESDIR}/${_trigger} 754 ${_triggersdir}
echo "# end" >> ${DESTDIR}/${_triggersdir}/${_trigger}
done
vmkdir var/db/xbps