summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/kernel.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass
index c7980c1e94e7..f778fd8513fc 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.21 2003/03/11 21:26:32 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.22 2003/03/24 01:21:54 lostlogic Exp $
#
# This eclass contains the common functions to be used by all lostlogic
# based kernel ebuilds
@@ -53,6 +53,7 @@ kernel_exclude() {
kernel_universal_unpack() {
+ echo "${KV}" > /tmp/KV
find . -iname "*~" | xargs rm 2> /dev/null
# Gentoo Linux uses /boot, so fix 'make install' to work properly