From 762eaddb1e5abda39ec058ac25e1d603d7adf470 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Wed, 29 Dec 2010 12:11:45 -0600 Subject: [PATCH] script/makeworld: move build chroot under target/config directory --- script/makeworld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/makeworld b/script/makeworld index 24f6394..9554a7a 100755 --- a/script/makeworld +++ b/script/makeworld @@ -133,7 +133,7 @@ world="${ROOT}/${TARGET}/${CONFIG}" # Source chroot seed directory seed="${ROOT}/seed/base/$(uname -m)" # Root directory for chroot -build="${ROOT}/world/chroot" +build="${world}/chroot" # Environment for chroot build env=" -- 2.42.0