mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #3309 from mglae/le90_nano_wrap
nano: disable line wrapping
This commit is contained in:
commit
c02731dbfc
@ -12,7 +12,8 @@ PKG_LONGDESC="Nano is an enhanced clone of the Pico text editor."
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-utf8 \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-utf8 \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-libmagic"
|
--disable-libmagic \
|
||||||
|
--disable-wrapping"
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/share/nano
|
rm -rf $INSTALL/usr/share/nano
|
||||||
|
Loading…
x
Reference in New Issue
Block a user