From 17a8e22f0bcc0cbb2f0571fb750128b90af87253 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Sep 2014 12:31:26 +0200 Subject: use upstream pkgconfigdeps.sh after syncing, the only remaining difference is checks added by boklm because we were still using the external generator --- find-requires.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index fe7f8da..bc69f0c 100755 --- a/find-requires.in +++ b/find-requires.in @@ -256,9 +256,9 @@ fi # # --- Pkgconfig deps -[ -x @RPMVENDORDIR@/pkgconfigdeps.sh ] && - echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/pkgconfigdeps.sh -R | sort -u \ - && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/pkgconfigdeps.sh failed' >&2 && exit 1 +[ -x @RPMLIBDIR@/pkgconfigdeps.sh ] && + echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/pkgconfigdeps.sh -R | sort -u \ + && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMLIBDIR@/pkgconfigdeps.sh failed' >&2 && exit 1 # # --- typelib() gobject-introspection bindings -- cgit v1.2.1