xbps-src: bump version; be more permissive in post-install.
This commit is contained in:
parent
c5747cc553
commit
3a5cea23a5
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue