aboutsummaryrefslogtreecommitdiffstats
path: root/find-requires.in
diff options
context:
space:
mode:
Diffstat (limited to 'find-requires.in')
-rwxr-xr-xfind-requires.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/find-requires.in b/find-requires.in
index 2c3bc28..8739cc9 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -198,8 +198,8 @@ fi
if [ -n "$NOTYET" ]; then
#
# --- Pkgconfig deps
-[ -x @RPMLIBDIR@/pkgconfigdeps.sh ] &&
- echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/pkgconfigdeps.sh -R | sort -u
+[ -x @RPMVENDORDIR@/pkgconfigdeps.sh ] &&
+ echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/pkgconfigdeps.sh -R | sort -u
fi