diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-28 00:04:44 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-28 00:04:44 +0000 |
commit | e2022375fc5e902a8c4326cda3bbfd0da55f119c (patch) | |
tree | 5682c1f05709687155677af9fa725f9304d50ea4 /sys-kernel | |
parent | new, crazy good kernel (diff) | |
download | historical-e2022375fc5e902a8c4326cda3bbfd0da55f119c.tar.gz historical-e2022375fc5e902a8c4326cda3bbfd0da55f119c.tar.bz2 historical-e2022375fc5e902a8c4326cda3bbfd0da55f119c.zip |
fix
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-sources/linux-sources-2.4.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild index 49f489da1d21..88738de267fe 100644 --- a/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild,v 1.1 2001/09/28 00:01:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild,v 1.2 2001/09/28 00:04:44 drobbins Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -142,7 +142,7 @@ src_compile() { cd ${KS2}/LVM/${LVMV} # This is needed for linux-extras - [ -f "Makefile" ] + if [ -f "Makefile" ] then make clean || die fi |