diff prosody @ 5830:ae48bf828f21

Run with own LuaSec.
author Tobias Markmann <tm@ayena.de>
date Mon, 17 Jan 2011 16:50:21 +0100
parents 277b5bf9a200
children 1a71069dcacf
line wrap: on
line diff
--- a/prosody	Sat Jan 15 17:59:15 2011 +0100
+++ b/prosody	Mon Jan 17 16:50:21 2011 +0100
@@ -16,6 +16,9 @@
 CFG_PLUGINDIR=os.getenv("PROSODY_PLUGINDIR");
 CFG_DATADIR=os.getenv("PROSODY_DATADIR");
 
+package.path = "/Users/tfar/share/lua/5.1/?.lua;"..package.path;
+package.cpath = "/Users/tfar/lib/lua/5.1/?.so;"..package.cpath;
+
 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 
 -- Tell Lua where to find our libraries