xbps-src: no need to set perms in post-install anymore.
This commit is contained in:
parent
74f5c4aa40
commit
6979b3a4b4
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user