mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Switch the default editor for less to nano. It was defaulting to vi.
This commit is contained in:
@@ -8,7 +8,7 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd less-436
|
||||
autoreconf -fvi
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=/boot/common --with-editor=nano
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user