diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-05 00:12:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-05 00:12:09 +0000 |
commit | 75a4920819c61b81e2d39cacf49ddbfe0c78a781 (patch) | |
tree | 2b1767aa49e959c35c17f0e4c9a13699f3e43c78 /sys-apps/module-init-tools/files | |
parent | tweak genkernel find a little (diff) | |
download | historical-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-x | sys-apps/module-init-tools/files/modules-update | 2 |
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" |