summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Johnson <livewire@gentoo.org>2003-03-24 01:35:53 +0000
committerBob Johnson <livewire@gentoo.org>2003-03-24 01:35:53 +0000
commit7518933ccd2aaa704156d7f88621d6b9f928b330 (patch)
tree66dd145e8ad50151f57b73384a8d706c494f17ae /eclass/kernel.eclass
parentAdd a little support for new kernel autobuilder scripts by livewure (diff)
downloadgentoo-2-7518933ccd2aaa704156d7f88621d6b9f928b330.tar.gz
gentoo-2-7518933ccd2aaa704156d7f88621d6b9f928b330.tar.bz2
gentoo-2-7518933ccd2aaa704156d7f88621d6b9f928b330.zip
tweak
Diffstat (limited to 'eclass/kernel.eclass')
-rw-r--r--eclass/kernel.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass
index f778fd8513fc..cfbb3eafe1b6 100644
--- a/eclass/kernel.eclass
+++ b/eclass/kernel.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.22 2003/03/24 01:21:54 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.23 2003/03/24 01:35:53 livewire Exp $
#
# This eclass contains the common functions to be used by all lostlogic
# based kernel ebuilds
@@ -53,7 +53,7 @@ kernel_exclude() {
kernel_universal_unpack() {
- echo "${KV}" > /tmp/KV
+ echo "KV=${KV}" > /tmp/KV
find . -iname "*~" | xargs rm 2> /dev/null
# Gentoo Linux uses /boot, so fix 'make install' to work properly