diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-13 17:16:36 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-28 17:28:40 -0300 |
| commit | bdaa92377180763dcfad0ed2627e59842425ee93 (patch) | |
| tree | 3b6ecd1d877b492cfde7db71520f824967bd69cf /lfw/luarocks_config.lua | |
| parent | 7a0622ce1cc2c518d1046ffed430fe16b92c18e1 (diff) | |
| download | luarocks-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.lua | 10 |
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 @@ | |||
| 1 | local LFW_ROOT = config.LFW_ROOT | ||
| 2 | rocks_servers = { | ||
| 3 | [[http://luarocks.org/repositories/rocks]] | ||
| 4 | } | ||
| 5 | rocks_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 | } | ||
| 10 | variables.WRAPPER = LFW_ROOT..[[\rclauncher.c]] | ||
