aboutsummaryrefslogtreecommitdiff
path: root/xbps-src
diff options
context:
space:
mode:
authormaxice8 <thinkabit.ukim@gmail.com>2019-02-26 20:23:11 +0000
committermaxice8 <30738253+maxice8@users.noreply.github.com>2019-04-05 08:49:34 +0000
commitfadca94b98dc0a849f5c01062d63393938235bda (patch)
treed11ddfad329b3e1010fe11b66c5021dc132fdbd7 /xbps-src
parent62aaae39782aafa7cd7220e2e1503343a49e4bc0 (diff)
downloadvoid-packages-fadca94b98dc0a849f5c01062d63393938235bda.tar
void-packages-fadca94b98dc0a849f5c01062d63393938235bda.tar.gz
void-packages-fadca94b98dc0a849f5c01062d63393938235bda.tar.bz2
void-packages-fadca94b98dc0a849f5c01062d63393938235bda.tar.lz
void-packages-fadca94b98dc0a849f5c01062d63393938235bda.tar.xz
void-packages-fadca94b98dc0a849f5c01062d63393938235bda.tar.zst
void-packages-fadca94b98dc0a849f5c01062d63393938235bda.zip
common: add chroot-style 'ethereal'
Diffstat (limited to 'xbps-src')
-rwxr-xr-xxbps-src2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbps-src b/xbps-src
index 8a9e9dd2d4b..2fc2823df1a 100755
--- a/xbps-src
+++ b/xbps-src
@@ -577,7 +577,7 @@ if [ -n "${NO_COLOR+x}" ]; then
fi
chroot_check() {
- if [ -f $XBPS_MASTERDIR/.xbps_chroot_init ]; then
+ if [ -f $XBPS_MASTERDIR/.xbps_chroot_init -o "$XBPS_CHROOT_CMD" = "ethereal" ]; then
export CHROOT_READY=1
fi
}