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