logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: d6f9d4d203e94525c6cce2de29685388de0ff231
parent f301411222943f84a7590eef3d2bb7c0047fc62c
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 28 Feb 2020 13:16:44 -0800

rc: Install manual

Diffstat:

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

diff --git a/pkg/rc/gen.lua b/pkg/rc/gen.lua @@ -24,6 +24,8 @@ exe('rc', { 'prompt-null.c', }) file('bin/rc', '755', '$outdir/rc') +man{'rc.1'} + file('lib/rcmain', '644', '$srcdir/rcmain.unix') fetch 'git'