summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-05 00:12:09 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-05 00:12:09 +0000
commit75a4920819c61b81e2d39cacf49ddbfe0c78a781 (patch)
tree2b1767aa49e959c35c17f0e4c9a13699f3e43c78 /sys-apps/module-init-tools/files
parenttweak genkernel find a little (diff)
downloadhistorical-75a4920819c61b81e2d39cacf49ddbfe0c78a781.tar.gz
historical-75a4920819c61b81e2d39cacf49ddbfe0c78a781.tar.bz2
historical-75a4920819c61b81e2d39cacf49ddbfe0c78a781.zip
remove debug code from previos commit
Package-Manager: portage-2.1.2-r6
Diffstat (limited to 'sys-apps/module-init-tools/files')
-rwxr-xr-xsys-apps/module-init-tools/files/modules-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/module-init-tools/files/modules-update b/sys-apps/module-init-tools/files/modules-update
index 161a7f5bd1d7..fbd9b647daa6 100755
--- a/sys-apps/module-init-tools/files/modules-update
+++ b/sys-apps/module-init-tools/files/modules-update
@@ -399,7 +399,7 @@ if [[ -d ${depfile%/*} ]] ; then
if [[ ${CFG_NEW_FILE} -nt ${depfile} ]] ; then
arch=$(uname -m)
ebegin "Updating modules.dep"
- for cfg in /boot /lib/modules/${KV}/build /usr/src/linux-${KV} \
+ for cfg in /lib/modules/${KV}/build /usr/src/linux-${KV} \
/boot /usr/src/linux ""
do
cfg="${cfg}/System.map"