mirror of
https://abf.rosa.ru/djam/glibc33.git
synced 2025-02-24 02:02:56 +00:00
fix typo
This commit is contained in:
parent
f04f2611a5
commit
87b592747f
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
|||
%_buildshell -c '\
|
||||
while read -r line; do \
|
||||
if echo "$line" | grep -E '(/lib/|/usr/lib/).*\.so' ; \
|
||||
then %__devel_provides 32 ; \
|
||||
else %__devel_provides ; \
|
||||
then echo "$line" | %__devel_provides 32 ; \
|
||||
else echo "$line" | %__devel_provides ; \
|
||||
fi ; \
|
||||
done'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue