Merge pull request #3308 from mglae/le92_nano_wrap

nano: disable line wrapping
This commit is contained in:
Christian Hewitt 2019-02-16 15:09:42 +04:00 committed by GitHub
commit 8dfe7d74df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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