[ncurses/f18] fix rpmlint warning

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Oct 15 17:11:37 UTC 2012


commit a45dc58749038de94a0c3de01a1e8a611d767233
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Mon Oct 15 18:55:51 2012 +0200

    fix rpmlint warning

 ncurses.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ncurses.spec b/ncurses.spec
index 6a4ab8f..72d5750 100644
--- a/ncurses.spec
+++ b/ncurses.spec
@@ -105,8 +105,8 @@ cp -p install-sh test
 find test -type f | xargs chmod 644
 
 for f in ANNOUNCE; do
-	iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
-		touch -r ${f}{,_} && mv -f ${f}{_,}
+    iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
+        touch -r ${f}{,_} && mv -f ${f}{_,}
 done
 
 %build


More information about the scm-commits mailing list