logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 58dbab7ebf1468809bd2a0e7ba86dd260d4defa1
parent ea88d8b06ba2ae5df56e34badc103f0c5e274826
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 22 Jan 2020 13:19:06 -0800

make: Fix man page installation

Diffstat:

Mpkg/make/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/make/gen.lua b/pkg/make/gen.lua @@ -39,6 +39,6 @@ exe('make', [[ libgnu.a ]]) file('bin/make', '755', '$outdir/make') -man{'make.1'} +man{'doc/make.1'} fetch 'curl'