summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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