From 71208abb64f0279762ec4d64790b7bfd6c0493b8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 21 Jun 2020 14:42:24 -0700 Subject: Slight simplification --- setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.lua') diff --git a/setup.lua b/setup.lua index cab4599c..1ecc4fe3 100755 --- 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 -- cgit v1.2.3