From 4941ea593aded6d3ef7829c147386ac01e523d2d Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 1 Jul 2009 19:34:05 +0200 Subject: Fix copying of settings forgot to change WORK_CHROOT to BASE_CHROOT.. --- util/mktinderboxchroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/mktinderboxchroot.sh b/util/mktinderboxchroot.sh index e9bf2fa..f18eb9f 100755 --- a/util/mktinderboxchroot.sh +++ b/util/mktinderboxchroot.sh @@ -111,8 +111,8 @@ else mkdir -p "$BASE_CHROOT/etc/portage" echo -n "Copying settings..." - cp -L /etc/resolv.conf "$WORK_CHROOT/etc" - cp -L /etc/make.conf "$WORK_CHROOT/etc" + cp -L /etc/resolv.conf "$BASE_CHROOT/etc" + cp -L /etc/make.conf "$BASE_CHROOT/etc" echo Done fi -- cgit v1.2.3-65-gdbad