nano-2.2.0-warnings.patch applied upstream

This commit is contained in:
Kamil Dudka 2009-12-02 11:14:16 +00:00
parent 8e49530030
commit db0440aa58

View File

@ -22,7 +22,10 @@ GNU nano is a small and friendly text editor.
%prep
%setup -q
# applied upstream
%patch1 -p1
for f in doc/man/fr/{nano.1,nanorc.5,rnano.1} ; do
iconv -f iso-8859-1 -t utf-8 -o $f.tmp $f && mv $f.tmp $f
touch $f.html