aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2011-01-17 16:50:21 +0100
committerTobias Markmann <tm@ayena.de>2011-01-17 16:50:21 +0100
commit1fbe88e5c40b9a48ea35aedaaaee9152991b8e65 (patch)
tree714d170349e492f379bf352ed361548a19402890 /prosody
parent1e72875d5263b9478b257b27a3784dcd7fc4dcc3 (diff)
downloadprosody-1fbe88e5c40b9a48ea35aedaaaee9152991b8e65.tar.gz
prosody-1fbe88e5c40b9a48ea35aedaaaee9152991b8e65.zip
Run with own LuaSec.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody3
1 files changed, 3 insertions, 0 deletions
diff --git a/prosody b/prosody
index 7c819214..c86eea42 100755
--- a/prosody
+++ b/prosody
@@ -16,6 +16,9 @@ CFG_CONFIGDIR=os.getenv("PROSODY_CFGDIR");
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