consistency
This commit is contained in:
parent
e8820edbe2
commit
fbefe1fc24
@ -19,11 +19,10 @@ Catalan hyphenation rules.
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
for file in release-note_en.txt release-note_ca.txt;
|
||||
do
|
||||
tr -d '\r' < $file > $file.new
|
||||
touch -r $file $file.new
|
||||
mv -f $file.new $file
|
||||
for i in release-note_en.txt release-note_ca.txt; do
|
||||
tr -d '\r' < $i > $i.new
|
||||
touch -r $i $i.new
|
||||
mv -f $i.new $i
|
||||
done
|
||||
|
||||
%install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user