diff options
author | Lauri Leukkunen <lle@rahina.org> | 2008-01-18 20:12:39 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-01-18 20:12:39 +0200 |
commit | dd85bd5dd8d44dfff55787446ee5469d0972a688 (patch) | |
tree | b0a1f78dcc44c8d766d5fc2340dbe450818ea9f8 | |
parent | ba123a7a9126fe2225bb12c15c619c427ea233fe (diff) |
Map /usr/X11R6/lib in maemo mode
Fixes Maemo 2.x rootstraps.
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
-rw-r--r-- | lua_scripts/pathmaps/maemo/00_default.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/maemo/00_default.lua b/lua_scripts/pathmaps/maemo/00_default.lua index b991543..f793216 100644 --- a/lua_scripts/pathmaps/maemo/00_default.lua +++ b/lua_scripts/pathmaps/maemo/00_default.lua @@ -17,6 +17,7 @@ simple_chain = { {prefix = "/usr/lib/apt", map_to = tools_root}, {prefix = "/usr/lib/cdbs", map_to = tools_root}, {prefix = "/usr/lib/libfakeroot", map_to = tools_root}, + {prefix = "/usr/X11R6/lib", map_to = target_root}, {prefix = "/usr/lib", map_to = target_root}, {prefix = "/usr/include", map_to = target_root}, {prefix = "/var/lib/apt", map_to = target_root}, |