diff options
| author | Érico Rolim <erico.erc@gmail.com> | 2020-12-16 02:22:21 -0300 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-15 21:31:43 -0800 |
| commit | c700279ae94c882372c854c439ab6ea0a9a04324 (patch) | |
| tree | e8bc1f1d4e2fcbd2557e549def951da02704c497 /pkg/less/gen.lua | |
| parent | a6c73bb33252b85a936902dc06b406fba2fdaf81 (diff) | |
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 (limited to 'pkg/less/gen.lua')
| -rw-r--r-- | pkg/less/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua index 694b6c38..1117fa80 100644 --- 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' |
