consistency
This commit is contained in:
parent
cde97fd242
commit
ff734497ba
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user