rename ERESSEA_DIR to ERESSEA_ROOT

This commit is contained in:
Enno Rehling 2021-02-23 17:57:44 +01:00
parent e36cac1188
commit 9f9b6f4faf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ local path = '.'
if config.install then
path = config.install
else
path = os.getenv("ERESSEA_DIR") or path
path = os.getenv("ERESSEA_ROOT") or path
config.install = path
end
path = path .. "/scripts"