diff options
author | maxice8 <thinkabit.ukim@gmail.com> | 2019-02-26 20:23:11 +0000 |
---|---|---|
committer | maxice8 <30738253+maxice8@users.noreply.github.com> | 2019-04-05 08:49:34 +0000 |
commit | fadca94b98dc0a849f5c01062d63393938235bda (patch) | |
tree | d11ddfad329b3e1010fe11b66c5021dc132fdbd7 /xbps-src | |
parent | 62aaae39782aafa7cd7220e2e1503343a49e4bc0 (diff) | |
download | void-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-x | xbps-src | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |