From 4737b839899c7b43e3f3eb0cf400a6974d8121d4 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 16 Oct 2010 22:21:03 -0500 Subject: [PATCH] script/makeworld: move chroot directory under target config directory --- script/makeworld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/makeworld b/script/makeworld index 0adfb78..24f6394 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}/seed/chroot-${TARGET}-${CONFIG}" +build="${ROOT}/world/chroot" # Environment for chroot build env=" -- 2.42.0