repo/nano/build

8 lines
204 B
Text
Raw Permalink Normal View History

2021-07-13 02:13:05 +03:00
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-utf8 \
--disable-docs \
2021-07-13 02:13:05 +03:00
--docdir=/usr/share/doc/nano-5.8
make
make DESTDIR="$1" install