7 lines
204 B
Text
Executable file
7 lines
204 B
Text
Executable file
./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--enable-utf8 \
|
|
--disable-docs \
|
|
--docdir=/usr/share/doc/nano-5.8
|
|
make
|
|
make DESTDIR="$1" install
|