diff --git a/srcpkgs/xbps-src/INSTALL b/srcpkgs/xbps-src/INSTALL new file mode 100644 index 00000000000..990701f06d9 --- /dev/null +++ b/srcpkgs/xbps-src/INSTALL @@ -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 diff --git a/srcpkgs/xbps-src/template b/srcpkgs/xbps-src/template index 89f03feba89..d38e3ec911a 100644 --- a/srcpkgs/xbps-src/template +++ b/srcpkgs/xbps-src/template @@ -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"