summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-10-17 21:02:02 +0100
committerReuben Thomas <rrt@sc3d.org>2012-10-17 21:02:02 +0100
commit5ed05e76523d77d1acd8061117aa59314106da3e (patch)
treeb365db3e8ed42b042fc43020dda9e482ab385924
parent0e2bc8c4c8a128517618c3ba762a6c9279cbc34c (diff)
downloadlrexlib-5ed05e76523d77d1acd8061117aa59314106da3e.tar.gz
Add luarocks-config.lua, needed for testing rockspecs
-rw-r--r--luarocks-config.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/luarocks-config.lua b/luarocks-config.lua
new file mode 100644
index 0000000..582623b
--- /dev/null
+++ b/luarocks-config.lua
@@ -0,0 +1,3 @@
+rocks_trees = {
+ "./luarocks"
+}