common/chroot-style/proot.sh: XBPS_MASTERDIR -> MASTERDIR
This commit is contained in:
parent
ed6345f938
commit
5214ac2e8f
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ if [ -z "$MASTERDIR" -o -z "$DISTDIR" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec proot -r $XBPS_MASTERDIR -w / -b $DISTDIR:/void-packages \
|
exec proot -r $MASTERDIR -w / -b $DISTDIR:/void-packages \
|
||||||
${HOSTDIR:+-b $HOSTDIR:/host} -b /proc:/proc -b /dev:/dev \
|
${HOSTDIR:+-b $HOSTDIR:/host} -b /proc:/proc -b /dev:/dev \
|
||||||
-b /sys:/sys $EXTRA_ARGS $@
|
-b /sys:/sys $EXTRA_ARGS $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue