xbps-src: set proper perms to xbps-src-chroot-helper.
This commit is contained in:
parent
ceda10eb61
commit
3dfe171a41
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue