From 77a078061e08df5b01f5950bf9c055b86e6b29133519b3e2c027dd4f89980e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 13 Jul 2017 18:57:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua51?expand=0&rev=19 --- lua-build-system.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua-build-system.patch b/lua-build-system.patch index 6ae5d22..3a6c492 100644 --- a/lua-build-system.patch +++ b/lua-build-system.patch @@ -160,7 +160,7 @@ Index: lua-5.1.5/src/luaconf.h #define LUA_LDIR LUA_ROOT "share/lua/5.1/" +#define LUA_LDIR2 LUA_ROOT2 "share/lua/5.1/" #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" -+#define LUA_CDIR2 LUA_ROOT2 "LIBDIR/lua/5.1/" ++#define LUA_CDIR2 LUA_ROOT2 "lib/lua/5.1/" #define LUA_PATH_DEFAULT \ "./?.lua;" LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \ - LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua"