diff options
Diffstat (limited to 'setup.lua')
| -rwxr-xr-x | setup.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -91,7 +91,9 @@ function gen(dir) build('empty', '$outdir/root.perms') end if next(pkg.inputs.index) then - build('cat', '$outdir/root.index', pkg.inputs.index) + build('cat', '$outdir/root.index', pkg.inputs.index, { + description=' INDEX $outdir/root.index', + }) else build('empty', '$outdir/root.index') end |
