Rename XBPS_USE_CAPCHROOT to XBPS_USE_CAPABILITIES.

--HG--
extra : convert_revision : fdb1b307c8bbd34f1a280474c29ea329ccd588e7
This commit is contained in:
Juan RP 2010-04-26 14:54:06 +02:00
parent e3dc3e3066
commit ce1f7f15a9
2 changed files with 2 additions and 2 deletions

View file

@ -50,4 +50,4 @@ XBPS_COMPRESS_CMD=xz
# fakeroot is only used for the installation stage via the helper
# script xbps-src-doinst-helper.
#
#XBPS_USE_CAPCHROOT=yes
#XBPS_USE_CAPABILITIES=yes

View file

@ -163,7 +163,7 @@ set_defvars
. $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"
unset sudo_cmd
fi