mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
xbps-src: set proper perms to xbps-src-chroot-helper.
This commit is contained in:
parent
ceda10eb61
commit
3dfe171a41
2 changed files with 8 additions and 1 deletions
7
srcpkgs/xbps-src/INSTALL
Normal file
7
srcpkgs/xbps-src/INSTALL
Normal file
|
@ -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'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=20130202
|
version=20130202
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
|
|
Loading…
Add table
Reference in a new issue