summaryrefslogtreecommitdiff
path: root/setup.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-21 14:42:24 -0700
committerMichael Forney <mforney@mforney.org>2020-06-22 22:47:59 -0700
commit71208abb64f0279762ec4d64790b7bfd6c0493b8 (patch)
tree5fa29653488aab28e9c394e8dff4b858bca56271 /setup.lua
parent481eb203bf31b482514b0befd2126d751b3e9d28 (diff)
Slight simplification
Diffstat (limited to 'setup.lua')
-rwxr-xr-xsetup.lua2
1 files changed, 1 insertions, 1 deletions
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