fix rpmlint warning
This commit is contained in:
parent
58d63cc496
commit
a45dc58749
@ -105,8 +105,8 @@ cp -p install-sh test
|
|||||||
find test -type f | xargs chmod 644
|
find test -type f | xargs chmod 644
|
||||||
|
|
||||||
for f in ANNOUNCE; do
|
for f in ANNOUNCE; do
|
||||||
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
||||||
touch -r ${f}{,_} && mv -f ${f}{_,}
|
touch -r ${f}{,_} && mv -f ${f}{_,}
|
||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user