aboutsummaryrefslogtreecommitdiff
path: root/lfw/luarocks_config.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-13 17:16:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-28 17:28:40 -0300
commitbdaa92377180763dcfad0ed2627e59842425ee93 (patch)
tree3b6ecd1d877b492cfde7db71520f824967bd69cf /lfw/luarocks_config.lua
parent7a0622ce1cc2c518d1046ffed430fe16b92c18e1 (diff)
downloadluarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.gz
luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.bz2
luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.zip
Cleanups: Remove old lfw/ directory, rclauncher.c
Diffstat (limited to 'lfw/luarocks_config.lua')
-rw-r--r--lfw/luarocks_config.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/lfw/luarocks_config.lua b/lfw/luarocks_config.lua
deleted file mode 100644
index 557890f4..00000000
--- a/lfw/luarocks_config.lua
+++ /dev/null
@@ -1,10 +0,0 @@
1local LFW_ROOT = config.LFW_ROOT
2rocks_servers = {
3 [[http://luarocks.org/repositories/rocks]]
4}
5rocks_trees = {
6 { root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]],
7 bin_dir = LFW_ROOT, lua_dir = LFW_ROOT..[[\lua]],
8 lib_dir = LFW_ROOT..[[\clibs]] }
9}
10variables.WRAPPER = LFW_ROOT..[[\rclauncher.c]]