diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-03 16:11:24 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-03 16:11:24 +0000 |
commit | df50a056e641527a975a28874897f0360f6722e8 (patch) | |
tree | 6832b97fd57303e0ecdd7d94275cdd9681d97119 /eclass/linux-mod.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-df50a056e641527a975a28874897f0360f6722e8.tar.gz gentoo-2-df50a056e641527a975a28874897f0360f6722e8.tar.bz2 gentoo-2-df50a056e641527a975a28874897f0360f6722e8.zip |
fix if that was missing then
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index cfb4d8377629..2045f275d28a 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.80 2008/04/03 14:58:59 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.81 2008/04/03 16:11:24 cardoe Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -404,7 +404,7 @@ generate_modulesd() { #----------------------------------------------------------------------- # then we install it - if kernel_is ge 2 6 + if kernel_is ge 2 6; then insinto /etc/modprobe.d else insinto /etc/modules.d |