aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-02-13 22:26:30 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-02-13 22:26:30 +0000
commitefca5e98a396afaf37b71205802f627a34f20e65 (patch)
tree69405c0f38f561d3e6b3a26dcb0137cd64a088d7 /find-provides.in
parentc404c94e8243b3eb111b1f3971b278dcc24a8d25 (diff)
downloadrpm-setup-efca5e98a396afaf37b71205802f627a34f20e65.tar
rpm-setup-efca5e98a396afaf37b71205802f627a34f20e65.tar.gz
rpm-setup-efca5e98a396afaf37b71205802f627a34f20e65.tar.bz2
rpm-setup-efca5e98a396afaf37b71205802f627a34f20e65.tar.xz
rpm-setup-efca5e98a396afaf37b71205802f627a34f20e65.zip
- fork pkgconfig dependencies finder script
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in4
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
#