consistency

This commit is contained in:
Caolan McNamara 2009-07-11 16:44:50 +00:00
parent cde97fd242
commit ff734497ba

View File

@ -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