diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 15:46:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 15:46:27 +0000 |
commit | b2312e740c4547f5a4f4c65573313167a17aa2fa (patch) | |
tree | 849c944cbcc469c48006afeb15669db6a8a464a7 /scripts/bootstrap.sh | |
parent | QA - fix use invocation (diff) | |
download | historical-b2312e740c4547f5a4f4c65573313167a17aa2fa.tar.gz historical-b2312e740c4547f5a4f4c65573313167a17aa2fa.tar.bz2 historical-b2312e740c4547f5a4f4c65573313167a17aa2fa.zip |
buh bye virtual/glibc
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index d3d36a447ba8..7a9316eb270a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.55 2004/06/15 22:08:57 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.56 2004/06/25 15:46:27 vapier Exp $ # IMPORTANT NOTE: # This script no longer accepts an optional argument. @@ -129,7 +129,7 @@ myBINUTILS=`cat ${MYPROFILEDIR}/packages | grep -v '^#' | grep sys-devel/binutil myGCC=`cat ${MYPROFILEDIR}/packages | grep -v '^#' | grep sys-devel/gcc | sed 's:^\*::'` myGLIBC=`cat ${MYPROFILEDIR}/packages | grep -v '^#' | grep sys-libs/glibc | sed 's:^\*::'` # for non-glibc based systems such as uClibc -[ -z "${myGLIBC}" ] && myGLIBC=`cat ${MYPROFILEDIR}/packages | grep -v '^#' | grep virtual/glibc | awk '{print $2}'` && myGETTEXT="" +[ -z "${myGLIBC}" ] && myGLIBC=`cat ${MYPROFILEDIR}/packages | grep -v '^#' | grep virtual/libc | awk '{print $2}'` && myGETTEXT="" myTEXINFO=`cat ${MYPROFILEDIR}/packages|grep -v '^#'|grep sys-apps/texinfo |sed 's:^\*::'` myZLIB=`cat ${MYPROFILEDIR}/packages|grep -v '^#'|grep sys-libs/zlib |sed 's:^\*::'` myNCURSES=`cat ${MYPROFILEDIR}/packages|grep -v '^#'|grep sys-libs/ncurses |sed 's:^\*::'` |