diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-08 20:29:09 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-08 20:29:09 +0000 |
commit | 1f0c60898970e43e6384ba6b3a4611147bfc5652 (patch) | |
tree | f94fac46d6c5fbf8d02aafe7ffb648736a8d255d /scripts | |
parent | new changes for a simplified build image creation process (diff) | |
download | historical-1f0c60898970e43e6384ba6b3a4611147bfc5652.tar.gz historical-1f0c60898970e43e6384ba6b3a4611147bfc5652.tar.bz2 historical-1f0c60898970e43e6384ba6b3a4611147bfc5652.zip |
fix in bootstrap; missing glibc.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 1 |
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" |