view share/lua/5.2/luarocks/site_config.lua @ 10288:2914125a0a85

<oerjan> le/rn tmp//tmp/ is a directory for files that are not worth saving in HackEgo history, but which should still survive a single command. Note that it interacts funnily with HackEgo\'s lock and re-run commit check: files can disappear if you don\'t know what you\'re doing. Basically, don\'t modify files inside and outside tmp/ in the same HackEgo command.
author HackBot
date Thu, 16 Feb 2017 17:28:09 +0000
parents c091565553db
children
line wrap: on
line source

module("luarocks.site_config")
LUAROCKS_PREFIX=[[/hackenv]]
LUA_INCDIR=[[/hackenv/include]]
LUA_LIBDIR=[[/hackenv/lib]]
LUA_BINDIR=[[/hackenv/bin]]
LUAROCKS_SYSCONFIG=[[/hackenv/etc/luarocks/config.lua]]
LUAROCKS_ROCKS_TREE=[[/hackenv]]
LUAROCKS_UNAME_S=[[Linux]]
LUAROCKS_UNAME_M=[[x86_64]]
LUAROCKS_DOWNLOADER=[[curl]]
LUAROCKS_MD5CHECKER=[[md5sum]]