xbps-triggers: install with 754 perms, remove noarch.
Enables normal users to read the file contents.
This commit is contained in:
parent
995739f81b
commit
a1cfcf6872
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue