mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #3308 from mglae/le92_nano_wrap
nano: disable line wrapping
This commit is contained in:
@@ -12,7 +12,8 @@ PKG_LONGDESC="Nano is an enhanced clone of the Pico text editor."
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-utf8 \
|
||||
--disable-nls \
|
||||
--disable-libmagic"
|
||||
--disable-libmagic \
|
||||
--disable-wrapping"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/share/nano
|
||||
|
||||
Reference in New Issue
Block a user