logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: c700279ae94c882372c854c439ab6ea0a9a04324
parent a6c73bb33252b85a936902dc06b406fba2fdaf81
Author: Érico Rolim <erico.erc@gmail.com>
Date:   Wed, 16 Dec 2020 02:22:21 -0300

less: add more symlink

more can be provided by util-linux, but there's no reason to build an
extra executable. more(1) is defined by POSIX, and less tries to behave
in a mostly compliant manner when invoked as such.

Diffstat:

Mpkg/less/gen.lua2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua @@ -27,4 +27,6 @@ for _, cmd in ipairs{'less', 'lessecho', 'lesskey'} do file('share/man/man1/'..cmd..'.1.gz', '644', '$outdir/'..cmd..'.1.gz') end +sym('bin/more', 'less') + fetch 'curl'