summaryrefslogtreecommitdiff
path: root/scripts/mkimport
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkimport')
-rw-r--r--scripts/mkimport4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkimport b/scripts/mkimport
index 132d026..53eba12 100644
--- a/scripts/mkimport
+++ b/scripts/mkimport
@@ -610,11 +610,11 @@ local describe = function (target, location)
local dname = def.name
local dkind = def.kind
- local subdir, ourname = derive_ourname (dname, dkind)
+ local subdir, ourname = derive_ourname (def.ours or dname, dkind)
separator ()
status ("category %s", cat)
status ("kind %s", kind_name[dkind])
- status ("in Context %s", derive_fullname (cat, def.name, def.kind))
+ status ("in Context %s", derive_fullname (cat, dname, dkind))
status ("in Luaotfload %s", ourname)
separator ()
return 0