From c397a0064061e28a00eea873669e59f3983db791 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 12 Feb 2005 11:49:17 +0000 Subject: Don't fail on non-bi-arch arches. --- fedora/glibc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 9d6de3ee32..9eb9370722 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -841,7 +841,7 @@ done grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || : grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist -grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist +grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || : grep '%{_prefix}/include' < rpm.filelist | egrep -v '%{_prefix}/include/(nptl|gnu/stubs-[32164]+\.h)' \ -- cgit v1.2.3