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/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/lua')
-rw-r--r-- | lfw/lua/luarocks/config.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lfw/lua/luarocks/config.lua b/lfw/lua/luarocks/config.lua deleted file mode 100644 index fd0e2fb9..00000000 --- a/lfw/lua/luarocks/config.lua +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | local os = os | ||
2 | |||
3 | module("luarocks.config") | ||
4 | LFW_ROOT = os.getenv("LUA_DEV") | ||
5 | LUA_INCDIR=LFW_ROOT..[[\include]] | ||
6 | LUA_LIBDIR=LFW_ROOT..[[\lib]] | ||
7 | LUA_BINDIR=LFW_ROOT | ||
8 | LUA_INTERPRETER=[[lua]] | ||
9 | LUAROCKS_UNAME_S=[[WindowsNT]] | ||
10 | LUAROCKS_UNAME_M=[[x86]] | ||
11 | LUAROCKS_SYSCONFIG=LFW_ROOT..[[\luarocks_config.lua]] | ||
12 | LUAROCKS_ROCKS_TREE=LFW_ROOT | ||
13 | LUAROCKS_PREFIX=LFW_ROOT | ||
14 | LUAROCKS_DOWNLOADER=[[wget]] | ||
15 | LUAROCKS_MD5CHECKER=[[md5sum]] | ||
16 | |||