diff options
Diffstat (limited to 'lua_scripts')
-rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index 7010ba6..12062d3 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -154,6 +154,11 @@ simple_chain = { {prefix = "/usr/bin/host-", use_orig_path = true, readonly = true}, + -- "localedef" *must* be used from the target, the version + -- which exists in tools_root appers to work but doesn't.. + {path = "/usr/bin/localedef", map_to = target_root, + readonly = true}, + -- ----------------------------------------------- -- 30. /lib/* |