summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-08 20:29:09 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-08 20:29:09 +0000
commitebb8d1be5e13aa1947eeb7c620cd99b73201f2b7 (patch)
treecef5c300c722312ad3d1b8e9a1881b2d003b6054 /scripts
parentnew changes for a simplified build image creation process (diff)
downloadgentoo-2-ebb8d1be5e13aa1947eeb7c620cd99b73201f2b7.tar.gz
gentoo-2-ebb8d1be5e13aa1947eeb7c620cd99b73201f2b7.tar.bz2
gentoo-2-ebb8d1be5e13aa1947eeb7c620cd99b73201f2b7.zip
fix in bootstrap; missing glibc.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 4bf3b05efd4f..ea9775adbb53 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -7,6 +7,7 @@ myPORTAGE=`cat /usr/portage/profiles/${MYPROFILE}/packages | grep -v '^#' | grep
myGETTEXT=`cat /usr/portage/profiles/${MYPROFILE}/packages | grep -v '^#' | grep sys-devel/gettext | sed 's:^\*::'`
myBINUTILS=`cat /usr/portage/profiles/${MYPROFILE}/packages | grep -v '^#' | grep sys-devel/binutils | sed 's:^\*::'`
myGCC=`cat /usr/portage/profiles/${MYPROFILE}/packages | grep -v '^#' | grep sys-devel/gcc | sed 's:^\*::'`
+myGLIBC=`cat /usr/portage/profiles/${MYPROFILE}/packages | grep -v '^#' | grep sys-libs/glibc | sed 's:^\*::'`
echo "Using $myBASELAYOUT"
echo "Using $myPORTAGE"