Software /
code /
prosody
Changeset
2668:4ddacf58f43d
Merge with 0.7
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 18 Feb 2010 19:00:50 +0000 |
parents | 2666:ef33efdec5bb (diff) 2667:82f3820758ed (current diff) |
children | 2670:35f36a53c671 |
files | |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody Thu Feb 18 14:28:52 2010 +0500 +++ b/prosody Thu Feb 18 19:00:50 2010 +0000 @@ -22,9 +22,6 @@ package.cpath = CFG_SOURCEDIR.."/?.so;"..package.cpath; end -package.path = package.path..";"..(CFG_SOURCEDIR or ".").."/fallbacks/?.lua"; -package.cpath = package.cpath..";"..(CFG_SOURCEDIR or ".").."/fallbacks/?.so"; - -- Substitute ~ with path to home directory in data path if CFG_DATADIR then if os.getenv("HOME") then