xbps-src: fix previous.
This commit is contained in:
parent
3d21df48e7
commit
b7063fa1bc
1 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,8 @@ chroot_handler() {
|
|||
fi
|
||||
else
|
||||
# uunshare not available
|
||||
xbps-uchroot ${_chargs} $XBPS_MASTERDIR /bin/xbps-shell
|
||||
env -i PATH="/usr/bin:/usr/sbin:$PATH" HOME=/tmp IN_CHROOT=1 LANG=en_US.UTF-8 \
|
||||
xbps-uchroot ${_chargs} $XBPS_MASTERDIR /void-packages/xbps-src $action $pkg
|
||||
rv=$?
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue