nano.spec: remove sed expression that does nothing

... with recent upstream releases of nano
This commit is contained in:
Kamil Dudka 2020-09-16 14:45:49 +02:00
parent ad77206a8f
commit 0148794bbe

View File

@ -45,11 +45,9 @@ cd build
%make_build
# generate default /etc/nanorc
# - disable line wrapping by default
# - set hunspell as the default spell-checker
# - enable syntax highlighting by default (#1270712)
sed -e 's/# set nowrap/set nowrap/' \
-e 's/^#.*set speller.*$/set speller "hunspell"/' \
sed -e 's/^#.*set speller.*$/set speller "hunspell"/' \
-e 's|^# \(include "/usr/share/nano/\*.nanorc"\)|\1|' \
%{SOURCE2} doc/sample.nanorc > ./nanorc