xbps-src: setup chroot helper perms at post-install too.
This commit is contained in:
parent
a3aa11a37e
commit
0f565d54f6
2 changed files with 8 additions and 1 deletions
7
srcpkgs/xbps-src/INSTALL
Normal file
7
srcpkgs/xbps-src/INSTALL
Normal file
|
@ -0,0 +1,7 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
# Setup correct permissions to the chroot helper.
|
||||
chgrp xbuilder usr/libexec/xbps-src-chroot-helper
|
||||
chmod 4750 usr/libexec/xbps-src-chroot-helper
|
||||
;;
|
||||
esac
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbps-src'
|
||||
pkgname=xbps-src
|
||||
version=20140130
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
conf_files="/etc/xbps/xbps-src.conf"
|
||||
depends="bash xbps-triggers>=0.54 fakeroot"
|
||||
|
|
Loading…
Reference in a new issue