diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-08 18:06:53 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-12 22:31:12 +0200 |
commit | 14e91be2f49c36ce8e4fccefc13ab6afe28db6a1 (patch) | |
tree | 1a1f680e9bd52df15f4123822580783f27388bba /find-requires.in | |
parent | ca5b97da228627efcc4be82eaae016f68535f6d9 (diff) | |
download | rpm-setup-14e91be2f49c36ce8e4fccefc13ab6afe28db6a1.tar rpm-setup-14e91be2f49c36ce8e4fccefc13ab6afe28db6a1.tar.gz rpm-setup-14e91be2f49c36ce8e4fccefc13ab6afe28db6a1.tar.bz2 rpm-setup-14e91be2f49c36ce8e4fccefc13ab6afe28db6a1.tar.xz rpm-setup-14e91be2f49c36ce8e4fccefc13ab6afe28db6a1.zip |
convert multiarch deps to internal generator
Diffstat (limited to 'find-requires.in')
-rwxr-xr-x | find-requires.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/find-requires.in b/find-requires.in index d86786e..b15c42c 100755 --- a/find-requires.in +++ b/find-requires.in @@ -43,8 +43,4 @@ filelist=`sed "s/[]['\"*?{}]/\\\\\&/g"` [ -x /usr/lib/rpm/rpmdeps -a -n "$filelist" ] && \ echo $filelist | tr '[:blank:]' \\n | /usr/lib/rpm/rpmdeps --requires -# -# --- multiarch-utils -echo $filelist | tr '[:blank:]' '\n' | grep -q '/multiarch-.*-linux/' && echo multiarch-utils - exit 0 |