xbps-src: recompute XBPS_MASTERDIR and XBPS_HOSTDIR in chroot stage
This commit is contained in:
parent
4137b27d81
commit
c15d85987f
3
xbps-src
3
xbps-src
|
@ -490,6 +490,9 @@ readonly XBPS_GIT_CMD
|
|||
if [ -n "$IN_CHROOT" ]; then
|
||||
readonly XBPS_CONFIG_FILE=/etc/xbps/xbps-src.conf
|
||||
readonly XBPS_DISTDIR=/void-packages
|
||||
# needed before call to check_config_vars
|
||||
readonly XBPS_MASTERDIR=/
|
||||
readonly XBPS_HOSTDIR=/host
|
||||
else
|
||||
_distdir="$(readlink -f ${0%/*})"
|
||||
if [ "${_distdir}" = "." ]; then
|
||||
|
|
Loading…
Reference in New Issue