summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2005-12-07 17:14:20 +0000
committerfuzzyray <fuzzyray@gentoo.org>2005-12-07 17:14:20 +0000
commitc52ae13c40e613230fd33ed93cd8553b489f0713 (patch)
treecc534c33e45f9a6a0014cac01e3c22f4ab9e0256 /trunk
parent0fe92c49898d9150fb82a059aa2c74ed65d49a93 (diff)
downloadgentoolkit-c52ae13c40e613230fd33ed93cd8553b489f0713.tar.gz
Fix revdep-rebuild to work with findutils-4.2.27
svn path=/; revision=263
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 317cf3d..649cf83 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -322,7 +322,7 @@ else
# Hack for broken versions of find. I'm using a case statement in case I have to add more
find_version=$(find --version 2>/dev/null | awk '/find/ {print $NF}')
case "$find_version" in
- 4.2.25 )
+ 4.2.25 | 4.2.27 )
find $SEARCH_DIRS -type f \( -perm /u+x -o -name '*.so' -o -name '*.so.*' \) 2>/dev/null | sort | uniq >$LIST.0_files
;;
* )