xbps-src: set proper perms to xbps-src-chroot-helper.

This commit is contained in:
Juan RP 2013-02-02 03:04:40 +01:00
parent ceda10eb61
commit 3dfe171a41
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)
# Restrict access to users in wheel group.
chown root:wheel 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=20130202
revision=1
revision=2
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"