aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua5.2/lua-5.2-module_paths.patch
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-02-01 23:52:51 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-02-01 23:52:51 +0200
commit566e5709d74e405d283592ae442a949e28511421 (patch)
treefbcc68929731b27be25cb1e94139b741b1c4503d /main/lua5.2/lua-5.2-module_paths.patch
parent3b5a0401336d78fb0ee7f8579876034537911de4 (diff)
downloadaports-566e5709d74e405d283592ae442a949e28511421.tar.bz2
aports-566e5709d74e405d283592ae442a949e28511421.tar.xz
main/lua5.2: fix common module path
Diffstat (limited to 'main/lua5.2/lua-5.2-module_paths.patch')
-rw-r--r--main/lua5.2/lua-5.2-module_paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua5.2/lua-5.2-module_paths.patch b/main/lua5.2/lua-5.2-module_paths.patch
index 58237b6fae..1105b0e13f 100644
--- a/main/lua5.2/lua-5.2-module_paths.patch
+++ b/main/lua5.2/lua-5.2-module_paths.patch
@@ -9,7 +9,7 @@ index df802c9..f8f64e0 100644
+#define LUA_ROOT2 "/usr/"
#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR
+#define LUA_LDIR2 LUA_ROOT2 "share/lua/" LUA_VDIR
-+#define LUA_LDIR3 LUA_ROOT2 "share/common/"
++#define LUA_LDIR3 LUA_ROOT2 "share/lua/common/"
#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR
+#define LUA_CDIR2 LUA_ROOT2 "lib/lua/" LUA_VDIR
#define LUA_PATH_DEFAULT \