diff options
Diffstat (limited to 'setup.lua')
| -rwxr-xr-x | setup.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
