From 87b592747fde3df3f7d2c84609e208c874be2063 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 13 Jan 2020 21:13:22 +0300 Subject: [PATCH] fix typo --- glibc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 6730f3c..f7c4c95 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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'