From 096634ffe24c4c13ebf15a9294efe346e28afab9 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Tue, 21 Aug 2012 02:57:41 +0000 Subject: [PATCH] We need to set the profile before trying to determine what packages to build. --- targets/stage1/stage1-chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index e2380126..af50a1c5 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -1,10 +1,10 @@ #!/bin/bash +source /tmp/chroot-functions.sh + # We do this first, so we know our package list for --debug export clst_buildpkgs="$(/tmp/build.py)" -source /tmp/chroot-functions.sh - # Setup our environment BOOTSTRAP_USE="$(portageq envvar BOOTSTRAP_USE)" FEATURES="${clst_myfeatures} nodoc noman noinfo -news" -- 2.26.2