diff options
-rwxr-xr-x | find-requires.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-requires.in b/find-requires.in index 41369a0..c03eba5 100755 --- a/find-requires.in +++ b/find-requires.in @@ -202,7 +202,7 @@ for i in `echo $filelist | tr '[:blank:]' "\n" | egrep "(/usr(/X11R6)?)?/lib(|64 | grep -v "statically linked" \ | grep -v "/\(lib\|lib64\)/\(ld\|ld64\|ld-linux.*\)\.so" \ | perl -p -e "s/\s+(\S+)\.so.*/devel(\1$lib64)/g" -done | egrep -v 'devel\(linux-gate|lib(c|pthread|rt)(\(64bit\))?\)' | sort -u +done | egrep -v 'devel\(linux-gate|linux-vdso32|lib(c|pthread|rt)(\(64bit\))?\)' | sort -u # # --- pkgconfig |