projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54915fc
)
Add /lib/modules to SEARCH_DIRS_MASK since there is not need to search kernel modules
author
fuzzyray
<fuzzyray@gentoo.org>
Fri, 28 Sep 2007 19:21:15 +0000
(19:21 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Fri, 28 Sep 2007 19:21:15 +0000
(19:21 -0000)
svn path=/; revision=450
trunk/src/revdep-rebuild/99revdep-rebuild
patch
|
blob
|
history
diff --git
a/trunk/src/revdep-rebuild/99revdep-rebuild
b/trunk/src/revdep-rebuild/99revdep-rebuild
index 96a1f2610910409de157a2161911d6f1dd3af679..6bbb841825be14d8c90a1320d2c06987fa159345 100644
(file)
--- a/
trunk/src/revdep-rebuild/99revdep-rebuild
+++ b/
trunk/src/revdep-rebuild/99revdep-rebuild
@@
-17,5
+17,5
@@
LD_LIBRARY_MASK="libodbcinst.so libodbc.so libjava.so libjvm.so"
SEARCH_DIRS="/bin /sbin /usr/bin /usr/sbin /lib* /usr/lib*"
-SEARCH_DIRS_MASK=""
+SEARCH_DIRS_MASK="
/lib/modules
"