From 0148794bbee95b8a7a910754778e7ab2c78fb214 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 16 Sep 2020 14:45:49 +0200 Subject: [PATCH] nano.spec: remove sed expression that does nothing ... with recent upstream releases of nano --- nano.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nano.spec b/nano.spec index 4f1d516..abcfcab 100644 --- a/nano.spec +++ b/nano.spec @@ -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