diff options
Diffstat (limited to 'package/luajit/luajit-01-root-path.patch')
-rw-r--r-- | package/luajit/luajit-01-root-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/luajit/luajit-01-root-path.patch b/package/luajit/luajit-01-root-path.patch index 80ad1e9da..cc2f04f6a 100644 --- a/package/luajit/luajit-01-root-path.patch +++ b/package/luajit/luajit-01-root-path.patch @@ -18,5 +18,5 @@ Index: b/src/luaconf.h +#define LUA_LDIR LUA_ROOT "share/lua/" +#define LUA_CDIR LUA_ROOT "lib/lua/" #ifdef LUA_XROOT - #define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta11/" + #define LUA_JDIR LUA_XROOT "share/luajit-2.0.0/" #define LUA_XPATH \ |