summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kmod.eclass')
-rw-r--r--eclass/kmod.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass
index bd779e360fa8..c3212610257c 100644
--- a/eclass/kmod.eclass
+++ b/eclass/kmod.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/kmod.eclass,v 1.7 2003/02/18 09:00:45 carpaski Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.8 2003/02/28 09:15:04 vapier Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -10,7 +10,7 @@
ECLASS=kmod
INHERITED="$INHERITED $ECLASS"
S=${WORKDIR}/${P}
-[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass"
+DESCRIPTION="Based on the $ECLASS eclass"
SRC_URI="http://ibiblio.org/gentoo/distfiles/${P}.patch.bz2"