xbps-src: no need to set perms in post-install anymore.

This commit is contained in:
Juan RP 2013-03-17 11:38:05 +01:00
parent 74f5c4aa40
commit 6979b3a4b4
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
case ${ACTION} in
post)
# Restrict access to users in wheel group.
set +e
chown root:wheel usr/libexec/xbps-src-chroot-helper || true
chmod 4750 usr/libexec/xbps-src-chroot-helper || true
set -e
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'xbps-src'
pkgname=xbps-src
version=20130317
revision=3
revision=4
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"