Rename XBPS_USE_CAPCHROOT to XBPS_USE_CAPABILITIES.
--HG-- extra : convert_revision : fdb1b307c8bbd34f1a280474c29ea329ccd588e7
This commit is contained in:
parent
e3dc3e3066
commit
ce1f7f15a9
2 changed files with 2 additions and 2 deletions
|
@ -50,4 +50,4 @@ XBPS_COMPRESS_CMD=xz
|
||||||
# fakeroot is only used for the installation stage via the helper
|
# fakeroot is only used for the installation stage via the helper
|
||||||
# script xbps-src-doinst-helper.
|
# script xbps-src-doinst-helper.
|
||||||
#
|
#
|
||||||
#XBPS_USE_CAPCHROOT=yes
|
#XBPS_USE_CAPABILITIES=yes
|
||||||
|
|
|
@ -163,7 +163,7 @@ set_defvars
|
||||||
|
|
||||||
. $XBPS_SHUTILSDIR/common_funcs.sh
|
. $XBPS_SHUTILSDIR/common_funcs.sh
|
||||||
|
|
||||||
if [ -n "$XBPS_USE_CAPCHROOT" ]; then
|
if [ -n "$XBPS_USE_CAPABILITIES" ]; then
|
||||||
chroot_cmd="@@XBPS_INSTALL_LIBEXECDIR@@/xbps-src-capchroot"
|
chroot_cmd="@@XBPS_INSTALL_LIBEXECDIR@@/xbps-src-capchroot"
|
||||||
unset sudo_cmd
|
unset sudo_cmd
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue