This commit is contained in:
Jakub Jelinek 2005-02-12 11:48:25 +00:00
parent efa0c2f767
commit 258b61751e
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,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)' \