diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2009-04-20 16:18:15 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2009-06-08 23:31:09 +0300 |
commit | 223760211a23736d77b878bdf31605d23228e61f (patch) | |
tree | 398ae57c31322a63ec17d1704281c6da44f446cd /lua_scripts | |
parent | 16e91a348dfef6cf4912182777d829c66c6010fd (diff) |
"devel" mode: added a rule for "icu" (map /usr/share/icu to rootstrap)
Diffstat (limited to 'lua_scripts')
-rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index b2bb099..478d041 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -368,6 +368,10 @@ devel_mode_rules_usr_share = { {path = "/usr/share/pkgconfig/shared-mime-info.pc", map_to = target_root, readonly = true}, + -- for "icu": + {dir = "/usr/share/icu", map_to = target_root, + readonly = true}, + -- debhelper scripts, now from rootstrap (maping changed due to -- upstart-dev's requirements) {dir = "/usr/share/debhelper/autoscripts", |