summaryrefslogtreecommitdiff
path: root/lua_scripts/pathmaps
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2008-09-16 23:13:15 +0300
committerLauri Leukkunen <lle@rahina.org>2008-09-27 00:02:42 +0300
commit9a04dfff3dab3aeb7a93508b3841ae3db6a1007d (patch)
tree0515785e280377b9713560ec3046df63b4e05f71 /lua_scripts/pathmaps
parent759aec56c7e0edbe3ee9aaf625e1352ae3ce6dbd (diff)
Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_root
Diffstat (limited to 'lua_scripts/pathmaps')
-rw-r--r--lua_scripts/pathmaps/emulate/00_default.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua_scripts/pathmaps/emulate/00_default.lua b/lua_scripts/pathmaps/emulate/00_default.lua
index 02194d4..20fedb0 100644
--- a/lua_scripts/pathmaps/emulate/00_default.lua
+++ b/lua_scripts/pathmaps/emulate/00_default.lua
@@ -1,7 +1,7 @@
-- Copyright (C) 2007 Lauri Leukkunen <lle@rahina.org>
-- Licensed under MIT license.
-sb1_compat_dir = os.getenv("SBOX_TARGET_ROOT") .. "/scratchbox1-compat"
+sb1_compat_dir = sbox_target_root .. "/scratchbox1-compat"
sb2_session_dir = os.getenv("SBOX_SESSION_DIR")
if (not sb2_session_dir) then