From 4a9c0abc489cf6c559299a56a602f335d15e81f9 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Wed, 26 Jul 2006 08:29:24 +0000 Subject: - add /usr/share/pkconfig as path where those can live --- find-requires.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1