diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-09 22:55:50 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-09 22:55:50 +0000 |
commit | b74c8942dc76f805afd777104cb6d29e98668af0 (patch) | |
tree | b4421bc9e428c6c9d5ac0dd1652a20a96c0fae46 /scripts/bootstrap-2.6.sh | |
parent | Tidied the ebuilds. Added small upstream patch for 2.0, which only affects a ... (diff) | |
download | gentoo-2-b74c8942dc76f805afd777104cb6d29e98668af0.tar.gz gentoo-2-b74c8942dc76f805afd777104cb6d29e98668af0.tar.bz2 gentoo-2-b74c8942dc76f805afd777104cb6d29e98668af0.zip |
make bootstrap-2.6.sh use the new linux26-headers
Diffstat (limited to 'scripts/bootstrap-2.6.sh')
-rw-r--r-- | scripts/bootstrap-2.6.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/bootstrap-2.6.sh b/scripts/bootstrap-2.6.sh index 024eafc37a9e..2639be172161 100644 --- a/scripts/bootstrap-2.6.sh +++ b/scripts/bootstrap-2.6.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-2.6.sh,v 1.8 2004/06/25 15:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-2.6.sh,v 1.9 2004/07/09 22:55:50 lv Exp $ # IMPORTANT NOTE: # This script no longer accepts an optional argument. @@ -127,11 +127,11 @@ then # have proper linux headers ... if [ "${ORIGUSE}" != "${ORIGUSE/nptl}" -a \ "${ORIGUSE}" = "${ORIGUSE/-nptl}" ] && \ - [ -z "`portageq best_visible / '>=sys-kernel/linux-headers-2.6.0'`" ] + [ -z "`portageq best_visible / '>=sys-kernel/linux26-headers-2.6.0'`" ] then echo - eerror "You need to have >=sys-kernel/linux-headers-2.6.0 unmasked!" - eerror "Please edit the latest >=sys-kernel/linux-headers-2.6.0 package," + eerror "You need to have >=sys-kernel/linux26-headers-2.6.0 unmasked!" + eerror "Please edit the latest >=sys-kernel/linux26-headers-2.6.0 package," eerror "and add your ARCH to KEYWORDS." echo cleanup 1 |