diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-02-13 22:26:30 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-02-13 22:26:30 +0000 |
commit | efca5e98a396afaf37b71205802f627a34f20e65 (patch) | |
tree | 69405c0f38f561d3e6b3a26dcb0137cd64a088d7 /find-provides.in | |
parent | c404c94e8243b3eb111b1f3971b278dcc24a8d25 (diff) | |
download | rpm-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-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 # |