diff options
Diffstat (limited to 'find-provides.in')
-rwxr-xr-x | find-provides.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 # |