nano.spec: remove sed expression that does nothing
... with recent upstream releases of nano
This commit is contained in:
parent
ad77206a8f
commit
0148794bbe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user