Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97867
Collapse All | Expand All

(-)targets/stage1/stage1-chroot.sh (-4 / +9 lines)
Lines 1-9 Link Here
1
#!/bin/bash
1
#!/bin/bash
2
# Copyright 1999-2004 Gentoo Foundation
2
# Copyright 1999-2005 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.32 2005/04/29 21:31:32 rocket Exp $
4
# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.32 2005/04/29 21:31:32 rocket Exp $
5
	
5
	
6
7
. /tmp/chroot-functions.sh
6
. /tmp/chroot-functions.sh
8
7
9
check_portage_version
8
check_portage_version
Lines 20-26 export STAGE1_USE="$(portageq envvar STA Link Here
20
export USE="-* build ${STAGE1_USE}"
19
export USE="-* build ${STAGE1_USE}"
21
export FEATURES="${clst_myfeatures}"
20
export FEATURES="${clst_myfeatures}"
22
21
22
## Sanity check profile
23
if [[ -z ${clst_buildpkgs} ]] ; then
24
	eerror "Your profile seems to be broken."
25
	eerror "Could not build a list of build packages."
26
	eerror "Double check your /etc/make.profile link and the 'packages' files."
27
	exit 1
28
fi
29
23
## START BUILD
30
## START BUILD
24
run_emerge "--noreplace ${clst_buildpkgs}"
31
run_emerge "--noreplace ${clst_buildpkgs}"
25
26

Return to bug 97867