summaryrefslogtreecommitdiff
path: root/lua_scripts
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2009-01-29 16:59:08 +0200
committerLauri Leukkunen <lle@rahina.org>2009-02-10 08:38:10 +0200
commit3af026302c6095daf1be51a72372e7b91c6fe789 (patch)
treef9c11779939786ead0f67eb95068f712fa2402e5 /lua_scripts
parentdd85d454d21f66191956b2430855006d534de380 (diff)
devel mode bugfix: fixed mapping of /usr/share/docbook-utils
Diffstat (limited to 'lua_scripts')
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua
index 965372d..f66a20d 100644
--- a/lua_scripts/pathmaps/devel/00_default.lua
+++ b/lua_scripts/pathmaps/devel/00_default.lua
@@ -213,7 +213,12 @@ devel_mode_rules_usr_share = {
{prefix = "/usr/share/osso", map_to = target_root,
readonly = true},
- {prefix = "/usr/share/doc", map_to = target_root,
+
+ -- "doc" and "doc-base" from target_root,
+ -- but "docbook-utils" is needed for tools!!
+ {dir = "/usr/share/doc", map_to = target_root,
+ readonly = true},
+ {dir = "/usr/share/doc-base", map_to = target_root,
readonly = true},
-- for liblzo-dev: