summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua
index f8dbaf3..c61228b 100644
--- a/lua_scripts/pathmaps/devel/00_default.lua
+++ b/lua_scripts/pathmaps/devel/00_default.lua
@@ -548,6 +548,21 @@ devel_mode_rules_scratchbox1 = {
log_level = "warning",
readonly = true, virtual_path = true},
+ -- Scratchbox 1 tools/bin
+ --
+ -- set exec_policy for perl & python:
+ {prefix = "/scratchbox/tools/bin/perl",
+ replace_by = tools .. "/usr/bin/perl",
+ exec_policy = exec_policy_tools_perl,
+ log_level = "warning",
+ readonly = true, virtual_path = true},
+ {prefix = "/scratchbox/tools/bin/python",
+ replace_by = tools .. "/usr/bin/python",
+ exec_policy = exec_policy_tools_python,
+ log_level = "warning",
+ readonly = true, virtual_path = true},
+ --
+ -- Other tools:
{prefix = "/scratchbox/tools/bin",
replace_by = tools .. "/usr/bin",
log_level = "warning",