summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-04-03 16:11:24 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-04-03 16:11:24 +0000
commitb26521da44ab9e004a5f9447df6d774169de8f06 (patch)
treeba35ebc6a0cdb1a2346c6954cbe4ae20b26407a5 /eclass/linux-mod.eclass
parentVersion bump (diff)
downloadhistorical-b26521da44ab9e004a5f9447df6d774169de8f06.tar.gz
historical-b26521da44ab9e004a5f9447df6d774169de8f06.tar.bz2
historical-b26521da44ab9e004a5f9447df6d774169de8f06.zip
fix if that was missing then
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r--eclass/linux-mod.eclass4
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