aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-01-11 15:15:30 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-01-11 15:15:30 -0200
commit97a35e70af9374e6145800c867eee1cdd9f07a2d (patch)
treefac24e079f0060d18f7fd549c4d79ba249abd628
parent03b556b963e0d657dc455c07515cd5da3a4c4312 (diff)
downloadlua-97a35e70af9374e6145800c867eee1cdd9f07a2d.tar.gz
lua-97a35e70af9374e6145800c867eee1cdd9f07a2d.tar.bz2
lua-97a35e70af9374e6145800c867eee1cdd9f07a2d.zip
pathes corrected to 5.2
-rw-r--r--luaconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/luaconf.h b/luaconf.h
index 23141de2..9a84a82e 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.128 2010/01/11 16:35:20 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.129 2010/01/11 17:11:24 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -91,8 +91,8 @@
91 91
92#else 92#else
93#define LUA_ROOT "/usr/local/" 93#define LUA_ROOT "/usr/local/"
94#define LUA_LDIR LUA_ROOT "share/lua/5.1/" 94#define LUA_LDIR LUA_ROOT "share/lua/5.2/"
95#define LUA_CDIR LUA_ROOT "lib/lua/5.1/" 95#define LUA_CDIR LUA_ROOT "lib/lua/5.2/"
96#define LUA_PATH_DEFAULT \ 96#define LUA_PATH_DEFAULT \
97 LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \ 97 LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \
98 LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" "./?.lua" 98 LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" "./?.lua"