summaryrefslogtreecommitdiff
path: root/setup.lua
diff options
context:
space:
mode:
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