Fix revdep-rebuild to work with findutils-4.2.27
authorfuzzyray <fuzzyray@gentoo.org>
Wed, 7 Dec 2005 17:14:20 +0000 (17:14 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Wed, 7 Dec 2005 17:14:20 +0000 (17:14 -0000)
svn path=/; revision=263

trunk/src/revdep-rebuild/revdep-rebuild

index 317cf3de7df006c21d2eebd6a13c1b4b0f25b1b7..649cf83a6c8037ba76c8ec62447ad0e7f10eabde 100755 (executable)
@@ -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
                ;;
        * )