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-provides.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'find-provides.in') diff --git a/find-provides.in b/find-provides.in index 64ad479..1e16d3c 100755 --- a/find-provides.in +++ b/find-provides.in @@ -98,9 +98,9 @@ fi # # --- Pkgconfig deps -[ -x @RPMVENDORDIR@/pkgconfigdeps.sh ] && - echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/pkgconfigdeps.sh -P | 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 -P | sort -u \ + && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMLIBDIR@/pkgconfigdeps.sh failed' >&2 && exit 1 # # --- mimehandler -- cgit v1.2.1