From efca5e98a396afaf37b71205802f627a34f20e65 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 13 Feb 2007 22:26:30 +0000 Subject: - fork pkgconfig dependencies finder script --- find-provides.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'find-provides.in') diff --git a/find-provides.in b/find-provides.in index 0bb9dc4..38270b6 100755 --- a/find-provides.in +++ b/find-provides.in @@ -65,8 +65,8 @@ done | sort -u # # --- Pkgconfig deps -[ -x @RPMLIBDIR@/pkgconfigdeps.sh ] && - echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/pkgconfigdeps.sh -P | sort -u +[ -x @RPMVENDORDIR@/pkgconfigdeps.sh ] && + echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/pkgconfigdeps.sh -P | sort -u if [ -n "$LIBTOOLDEP" ]; then # -- cgit v1.2.1