xbps-src: fix previous.

This commit is contained in:
Juan RP 2015-03-05 21:47:41 +01:00
parent 3d21df48e7
commit b7063fa1bc
1 changed files with 2 additions and 1 deletions

View File

@ -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