diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-01-23 18:15:52 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-01-23 18:15:52 +0000 |
commit | 1c06c8a7246cda41c08996eea5ac2c4c7b4c7c1a (patch) | |
tree | 9acfd6fa864f25dc4be5a23a34ffc30f3cae9d21 /eclass/kernel-2.eclass | |
parent | some strange line got into that commit somehow! recomitting (diff) | |
download | historical-1c06c8a7246cda41c08996eea5ac2c4c7b4c7c1a.tar.gz historical-1c06c8a7246cda41c08996eea5ac2c4c7b4c7c1a.tar.bz2 historical-1c06c8a7246cda41c08996eea5ac2c4c7b4c7c1a.zip |
some strange line got into that commit somehow! recomitting
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index d280d1b2146e..95ea506a6c9e 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.14 2004/01/23 18:14:06 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.15 2004/01/23 18:15:52 johnm Exp $ # kernel.eclass rewrite for a clean base regarding the 2.6 series of kernel # with back-compatibility for 2.4 @@ -519,5 +519,5 @@ pkg_setup() { [ "${ETYPE}" == "headers" ] && setup_headers # this is to fix some weird portage bug? in stable versions of portage. - [ "${ETYPE}" == "sources" ] && echo ">>> Preparing to " + [ "${ETYPE}" == "sources" ] && echo ">>> Preparing to unpack..." } |