From 5214ac2e8fa8cb1a3aa1c8bdd4a856ef99361232 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 9 Apr 2015 19:33:16 +0200 Subject: [PATCH] common/chroot-style/proot.sh: XBPS_MASTERDIR -> MASTERDIR --- common/chroot-style/proot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/chroot-style/proot.sh b/common/chroot-style/proot.sh index 4c09804307..ba4eae7577 100755 --- a/common/chroot-style/proot.sh +++ b/common/chroot-style/proot.sh @@ -17,6 +17,6 @@ if [ -z "$MASTERDIR" -o -z "$DISTDIR" ]; then exit 1 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 \ -b /sys:/sys $EXTRA_ARGS $@