diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2009-04-20 16:16:53 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2009-06-08 23:31:04 +0300 |
commit | 16e91a348dfef6cf4912182777d829c66c6010fd (patch) | |
tree | ee0510adf89fcebce16d462dce1d818dd5dfb7e3 /lua_scripts | |
parent | 4e0397b48d8abafee1a9a9c123a97a6e40c04024 (diff) |
"devel" mode: Added a SB1 compatibility rule for /scratchbox/compilers/bin
Diffstat (limited to 'lua_scripts')
-rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index 4ab0830..b2bb099 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -590,6 +590,12 @@ devel_mode_rules_scratchbox1 = { log_level = "warning", readonly = true, virtual_path = true}, + -- compiler tools: + {prefix = "/scratchbox/compilers/bin", + replace_by = "/usr/bin", + log_level = "warning", + readonly = true, virtual_path = true}, + -- Scratchbox 1 tools/bin -- -- set exec_policy for perl & python: |