From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/system/lua5-1/lua-5.1-module_paths.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 repo/system/lua5-1/lua-5.1-module_paths.patch (limited to 'repo/system/lua5-1/lua-5.1-module_paths.patch') diff --git a/repo/system/lua5-1/lua-5.1-module_paths.patch b/repo/system/lua5-1/lua-5.1-module_paths.patch deleted file mode 100644 index e67d09f..0000000 --- a/repo/system/lua5-1/lua-5.1-module_paths.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/src/luaconf.h -+++ b/src/luaconf.h -@@ -95,13 +94,19 @@ - - #else - #define LUA_ROOT "/usr/local/" -+#define LUA_ROOT2 "/usr/" - #define LUA_LDIR LUA_ROOT "share/lua/5.1/" -+#define LUA_LDIR2 LUA_ROOT2 "share/lua/5.1/" -+#define LUA_LDIR3 LUA_ROOT2 "share/lua/common/" - #define LUA_CDIR LUA_ROOT "lib/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" -+ LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" \ -+ LUA_LDIR2"?.lua;" LUA_LDIR2"?/init.lua;" \ -+ LUA_LDIR3"?.lua;" LUA_LDIR3"?/init.lua" - #define LUA_CPATH_DEFAULT \ -- "./?.so;" LUA_CDIR"?.so;" LUA_CDIR"loadall.so" -+ "./?.so;" LUA_CDIR"?.so;" LUA_CDIR2"?.so;" LUA_CDIR"loadall.so" - #endif - - -- cgit v1.2.1