logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 71208abb64f0279762ec4d64790b7bfd6c0493b8
parent 481eb203bf31b482514b0befd2126d751b3e9d28
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 21 Jun 2020 14:42:24 -0700

Slight simplification

Diffstat:

Msetup.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.lua b/setup.lua @@ -81,8 +81,8 @@ local function gen(gendir) return s1:sub(8) < s2:sub(8) end) local f = assert(io.open(outdir..'/local.perms', 'w')) - table.insert(pkg.perms, '') f:write(table.concat(pkg.perms, '\n')) + f:write('\n') table.insert(pkg.inputs.perms, '$outdir/local.perms') f:close() end