diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2008-12-04 15:18:33 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-12-11 23:44:49 +0200 |
commit | e03ba444bb3c3df5da30d05a9995c800121b4034 (patch) | |
tree | 68f0ad7373cbaaf28f726302e8225874c7376fac /lua_scripts/pathmaps/devel/00_default.lua | |
parent | be1798714560ff43d1bb34f93f9f0f89528aec4d (diff) |
"devel" mode: Mapped /usr/bin/localedef to target_root
- "localedef" *must* be used from the target, the version which exists
in tools_root appears to work but doesn't..
Diffstat (limited to 'lua_scripts/pathmaps/devel/00_default.lua')
-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/* |