diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-07-25 17:01:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-07-25 17:01:50 +0000 |
commit | 1bffcf586ec0322d43c186da69ee141247cf3cf5 (patch) | |
tree | 2a99c8b9596e35f9d1adad863b09aa28e2ee600b /find-provides.in | |
parent | 7f606854dcbbe0f74a1adccbd385239644089574 (diff) | |
download | rpm-setup-1bffcf586ec0322d43c186da69ee141247cf3cf5.tar rpm-setup-1bffcf586ec0322d43c186da69ee141247cf3cf5.tar.gz rpm-setup-1bffcf586ec0322d43c186da69ee141247cf3cf5.tar.bz2 rpm-setup-1bffcf586ec0322d43c186da69ee141247cf3cf5.tar.xz rpm-setup-1bffcf586ec0322d43c186da69ee141247cf3cf5.zip |
use upstream fonconfig.prov as we had exactly the same file
Diffstat (limited to 'find-provides.in')
-rwxr-xr-x | find-provides.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |