summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-07-13 22:12:23 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-07-13 22:12:23 +0000
commit468db22150d16c56e8504296bd8865141376b2f8 (patch)
tree5863f38de9d53261f2ca7aa6e77d801043034ba6 /profiles/default-linux
parentStable on sh. (diff)
downloadgentoo-2-468db22150d16c56e8504296bd8865141376b2f8.tar.gz
gentoo-2-468db22150d16c56e8504296bd8865141376b2f8.tar.bz2
gentoo-2-468db22150d16c56e8504296bd8865141376b2f8.zip
Fixed typo and added copyright notice.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r--profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh b/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh
index 6ba11ece393a..23cdbb3768dd 100644
--- a/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh
+++ b/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh
@@ -1,4 +1,7 @@
#!/bin/bash
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh,v 1.5 2005/07/13 22:12:23 eradicator Exp $
TMPDIR="$(portageq envvar PORTAGE_TMPDIR)"
PORTDIR="$(portageq envvar PORTDIR)"
@@ -92,7 +95,7 @@ if [[ ! -f step0 ]]; then
if [[ "$(gcc -m32 -print-multi-directory)" != "32" ]]; then
eerror "Your compiler does not have multilib support. Pleasse switch to a multilib"
- eerror "enabled compiler with gcc-config. If yo don't have one on your system, you can"
+ eerror "enabled compiler with gcc-config. If you don't have one on your system, you can"
eerror "emerga a multilib gcc by executing the following line:"
eerror "FEATURES=-sandbox USE=multilib emerge gcc"
exit 1