prosody

changeset 1622
1ca7a247d04f
parent 1583
e17001ce0e9d
parent 1620
7acb630bdac9
child 1789
23a66fdf541e
equal deleted inserted replaced
1618:ba2a92230b77 1622:1ca7a247d04f
7 -- COPYING file in the source package for more information. 7 -- COPYING file in the source package for more information.
8 -- 8 --
9 9
10 -- Will be modified by configure script if run -- 10 -- Will be modified by configure script if run --
11 11
12 CFG_SOURCEDIR=nil; 12 CFG_SOURCEDIR=os.getenv("PROSODY_SRCDIR");
13 CFG_CONFIGDIR=os.getenv("PROSODY_CFGDIR"); 13 CFG_CONFIGDIR=os.getenv("PROSODY_CFGDIR");
14 CFG_PLUGINDIR=nil; 14 CFG_PLUGINDIR=os.getenv("PROSODY_PLUGINDIR");
15 CFG_DATADIR=os.getenv("PROSODY_DATADIR"); 15 CFG_DATADIR=os.getenv("PROSODY_DATADIR");
16 16
17 -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- 17 -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- --
18 18
19 if CFG_SOURCEDIR then 19 if CFG_SOURCEDIR then

mercurial