From 1bffcf586ec0322d43c186da69ee141247cf3cf5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Jul 2012 17:01:50 +0000 Subject: use upstream fonconfig.prov as we had exactly the same file --- 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 b134058..38dc803 100755 --- a/find-provides.in +++ b/find-provides.in @@ -90,9 +90,9 @@ done | sort -u # # --- fonts -[ -x @RPMVENDORDIR@/fontconfig.prov ] && - echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/fontconfig.prov --provides | sort -u \ - && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/fontconfig.prov failed' >&2 && exit 1 +[ -x @RPMLIBDIR@/fontconfig.prov ] && + echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/fontconfig.prov --provides | sort -u \ + && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMLIBDIR@/fontconfig.prov failed' >&2 && exit 1 # # --- typelib() gobject-introspection bindings -- cgit v1.2.1