1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

New regex for Lua's socket module

This commit is contained in:
LeMagnesium 2015-03-22 12:50:13 +01:00
parent e67ba421d2
commit 60f111e9d5

View File

@ -9,7 +9,7 @@ package.path =
-- For LuaIRC to find its files
..modpath.."/?.lua;"
..package.path
..";/usr/lib/x86_64-linux-gnu/lua/5.1/socket/?.so"
..";/usr/lib/x86_64-linux-gnu/lua/5.1/socket/*.so"
-- The build of Lua that Minetest comes with only looks for libraries under
-- /usr/local/share and /usr/local/lib but LuaSocket is often installed under