xbps-src: bump version; be more permissive in post-install.

This commit is contained in:
Juan RP 2013-03-17 09:35:38 +01:00
parent c5747cc553
commit 3a5cea23a5
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,9 @@
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
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,6 +1,6 @@
# Template file for 'xbps-src'
pkgname=xbps-src
version=20130316
version=20130317
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"