diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-24 01:21:54 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-24 01:21:54 +0000 |
commit | 071a6c96144e11a038448edc13550ece652a236b (patch) | |
tree | 5940f8d6116ba1a377a3e7726d6256f034efedb9 /eclass | |
parent | Version bump, closes #18054. (diff) | |
download | historical-071a6c96144e11a038448edc13550ece652a236b.tar.gz historical-071a6c96144e11a038448edc13550ece652a236b.tar.bz2 historical-071a6c96144e11a038448edc13550ece652a236b.zip |
Add a little support for new kernel autobuilder scripts by livewure
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel.eclass | 3 |
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 |