logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f14538ac33402854509d46e1a7bdaae091c2fb80
parent 4f507a0d32626e6965b8e8cfc726ab2412872e44
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 29 Apr 2025 10:34:49 -0700

luaposix: Add missing gen.lua and ver

Diffstat:

Mpkg/luaposix/gen.lua2++
Apkg/luaposix/ver1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkg/luaposix/gen.lua b/pkg/luaposix/gen.lua @@ -65,3 +65,5 @@ for _, f in ipairs(files) do file('share/lua/5.4/posix/'..f, '644', '$srcdir/lib/posix/'..f) end file('share/lua/5.4/posix/version.lua', '644', '$outdir/version.lua') + +fetch 'git' diff --git a/pkg/luaposix/ver b/pkg/luaposix/ver @@ -0,0 +1 @@ +36.2.1 r0