Switch the default editor for less to nano. It was defaulting to vi.

This commit is contained in:
Chris Roberts
2010-04-23 07:30:54 +00:00
parent 6983e75f40
commit f77647118e

View File

@@ -8,7 +8,7 @@ DEPEND=""
BUILD {
cd less-436
autoreconf -fvi
./configure --prefix=/boot/common
./configure --prefix=/boot/common --with-editor=nano
make
}