We need to set the profile before trying to determine what packages to build.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 21 Aug 2012 02:57:41 +0000 (02:57 +0000)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 21 Aug 2012 02:57:41 +0000 (02:57 +0000)
targets/stage1/stage1-chroot.sh

index e2380126088e6a19bb2f52582de60646c2e516b7..af50a1c5ccc12ec8834cdff72a1f4bad2754ff4d 100644 (file)
@@ -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"