From ff734497babcb0b07a4c4281902f76e2d7f77b58 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 11 Jul 2009 16:44:50 +0000 Subject: [PATCH] consistency --- hunspell-cv.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hunspell-cv.spec b/hunspell-cv.spec index 6dafd4e..af5ca23 100644 --- a/hunspell-cv.spec +++ b/hunspell-cv.spec @@ -17,9 +17,11 @@ Chuvash hunspell dictionaries. %setup -q -c %build -tr -d '\r' < license.txt > license.txt.new -touch -r license.txt license.txt.new -mv -f license.txt.new license.txt +for i in license.txt; do + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done %install rm -rf $RPM_BUILD_ROOT