aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-07-21 13:43:06 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-07-21 13:43:06 +0000
commit5e44b9b03964a6e34a8ad5e0963bda250aa433a8 (patch)
tree814c4d9f0ab985dffb89393635512079aa325c20 /gen_moddeps.sh
parentBug #57297 fix. (diff)
downloadgenkernel-5e44b9b03964a6e34a8ad5e0963bda250aa433a8.tar.gz
genkernel-5e44b9b03964a6e34a8ad5e0963bda250aa433a8.tar.bz2
genkernel-5e44b9b03964a6e34a8ad5e0963bda250aa433a8.zip
Adding a set of patches submitted by Martin "Parmus" Parm; bugs #57748,
#57749, #57751, #57752, and #57761. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@115 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_moddeps.sh')
-rw-r--r--gen_moddeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_moddeps.sh b/gen_moddeps.sh
index e03956c0..51e4a572 100644
--- a/gen_moddeps.sh
+++ b/gen_moddeps.sh
@@ -8,7 +8,7 @@ modules_dep_list()
else
KEXT=".o"
fi
- cat /lib/modules/${KV}/modules.dep | grep ${1}${KEXT}\: | cut -d\: -f2
+ cat ${INSTALL_MOD_PATH}/lib/modules/${KV}/modules.dep | grep ${1}${KEXT}\: | cut -d\: -f2
}
# Pass module deps list