diff options
Diffstat (limited to 'lua_scripts')
-rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index 0ebf354..41e3b9c 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -203,9 +203,9 @@ devel_mode_rules_usr_share = { -- ----------------------------------------------- -- 1. General SB2 environment: - {prefix = "/usr/share/scratchbox2/host_usr", + {prefix = sbox_dir .. "/share/scratchbox2/host_usr", replace_by = "/usr", readonly = true}, - {prefix = "/usr/share/scratchbox2", + {prefix = sbox_dir .. "/share/scratchbox2", use_orig_path = true, readonly = true}, -- ----------------------------------------------- |