From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Tue, 21 Aug 2012 02:57:41 +0000 (+0000) Subject: We need to set the profile before trying to determine what packages to build. X-Git-Tag: Catalyst-2.0.11~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=096634ffe24c4c13ebf15a9294efe346e28afab9;p=catalyst.git We need to set the profile before trying to determine what packages to build. --- 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"