diff options
Diffstat (limited to 'find-requires.in')
-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 79abe2c..5b8bbb4 100755 --- a/find-requires.in +++ b/find-requires.in @@ -219,7 +219,7 @@ done | egrep -v 'devel\(linux-gate|linux-vdso32|lib(c|pthread|rt)(\(64bit\))?\)' # # --- pkgconfig -echo $filelist | tr '[:blank:]' '\n' | egrep -q '/usr/lib(64)?/pkgconfig/.*\.pc' && echo pkgconfig +echo $filelist | tr '[:blank:]' '\n' | egrep -q '/usr/(share|lib(64)?)/pkgconfig/.*\.pc' && echo pkgconfig # # --- multiarch-utils |