]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't fail on non-bi-arch arches. cvs/fedora-glibc-2_3_4-10
authorJakub Jelinek <jakub@redhat.com>
Sat, 12 Feb 2005 11:49:17 +0000 (11:49 +0000)
committerJakub Jelinek <jakub@redhat.com>
Sat, 12 Feb 2005 11:49:17 +0000 (11:49 +0000)
fedora/glibc.spec.in

index 9d6de3ee327361460a3953600775695e44e8c5bb..9eb9370722254b0cc85917310720b21e633be3e5 100644 (file)
@@ -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)' \