summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2006-02-08 12:49:29 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2006-02-08 12:49:29 +0000
commit5a3d5652011dcab92b95d6b092b1740fd8f9b486 (patch)
treeb8833cd48722904227a052aee2ec8a33db942935 /eclass/linux-mod.eclass
parentBump to 4.0 (bug #116742), add src_test. (diff)
downloadhistorical-5a3d5652011dcab92b95d6b092b1740fd8f9b486.tar.gz
historical-5a3d5652011dcab92b95d6b092b1740fd8f9b486.tar.bz2
historical-5a3d5652011dcab92b95d6b092b1740fd8f9b486.zip
Fixed bug #122101.
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 0e3f24c638c8..6a61ee731091 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.56 2005/12/07 23:10:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.57 2006/02/08 12:49:29 brix Exp $
# Description: This eclass is used to interface with linux-info in such a way
# to provide the functionality required and initial functions
@@ -533,7 +533,7 @@ linux-mod_src_install() {
einfo "Installing ${modulename} module"
cd ${objdir} || die "${objdir} does not exist"
- insinto ${ROOT}lib/modules/${KV_FULL}/${libdir}
+ insinto /lib/modules/${KV_FULL}/${libdir}
doins ${modulename}.${KV_OBJ} || die "doins ${modulename}.${KV_OBJ} failed"
cd ${OLDPWD}