summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: