xbps-src: setup chroot helper perms at post-install too.

This commit is contained in:
Juan RP 2014-01-30 11:17:03 +01:00
parent a3aa11a37e
commit 0f565d54f6
2 changed files with 8 additions and 1 deletions

7
srcpkgs/xbps-src/INSTALL Normal file
View 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

View file

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