6.48.2. Содержимое Less
Установленные
программы:
less, lessecho, and lesskey
The Less package contains a text file viewer.
Подготовим Less к компиляции:
./configure --prefix=/usr --sysconfdir=/etc
Значение параметров configure:
--sysconfdir=/etc
This option tells the programs created by the package to look
in /etc
for the configuration
files.
Cкомпилируем пакет:
make
This package does not come with a test suite.
Установим пакет:
make install