summaryrefslogtreecommitdiff
path: root/pkg/ubase
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ubase')
-rw-r--r--pkg/ubase/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ubase/gen.lua b/pkg/ubase/gen.lua
index a3afbcaf..f584ec88 100644
--- a/pkg/ubase/gen.lua
+++ b/pkg/ubase/gen.lua
@@ -80,7 +80,7 @@ local tools = {
}
for _, tool in ipairs(tools) do
- local name, sect, mode = table.unpack(tool)
+ local name, sect, mode = tool[1], tool[2], tool[3]
file('bin/'..name, mode or '755', exe(name, {name..'.c', 'libutil.a'}))
if sect then
man{name..'.'..sect}