(no commit message)
authorSteven Barth <steven@midlink.org>
Wed, 7 May 2008 07:00:45 +0000 (07:00 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 7 May 2008 07:00:45 +0000 (07:00 +0000)
contrib/package/lua-luci/patches/200-lua-path [deleted file]
contrib/package/lua-luci/patches/200-lua-path.patch [new file with mode: 0644]

diff --git a/contrib/package/lua-luci/patches/200-lua-path b/contrib/package/lua-luci/patches/200-lua-path
deleted file mode 100644 (file)
index 62dd00e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- b/src/luaconf.h    2008-05-06 20:10:46.000000000 +0200
-+++ a/src/luaconf.h    2008-05-06 20:10:27.000000000 +0200
-@@ -95,9 +95,9 @@
-       ".\\?.dll;"  LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
- #else
--#define LUA_ROOT      "/usr/local/"
--#define LUA_LDIR      LUA_ROOT "share/lua/5.1/"
--#define LUA_CDIR      LUA_ROOT "lib/lua/5.1/"
-+#define LUA_ROOT      "/usr/"
-+#define LUA_LDIR      LUA_ROOT "share/lua/"
-+#define LUA_CDIR      LUA_ROOT "lib/lua/"
- #define LUA_PATH_DEFAULT  \
-               "./?.lua;"  LUA_LDIR"?.lua;"  LUA_LDIR"?/init.lua;" \
-                           LUA_CDIR"?.lua;"  LUA_CDIR"?/init.lua"
diff --git a/contrib/package/lua-luci/patches/200-lua-path.patch b/contrib/package/lua-luci/patches/200-lua-path.patch
new file mode 100644 (file)
index 0000000..62dd00e
--- /dev/null
@@ -0,0 +1,15 @@
+--- b/src/luaconf.h    2008-05-06 20:10:46.000000000 +0200
++++ a/src/luaconf.h    2008-05-06 20:10:27.000000000 +0200
+@@ -95,9 +95,9 @@
+       ".\\?.dll;"  LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
+ #else
+-#define LUA_ROOT      "/usr/local/"
+-#define LUA_LDIR      LUA_ROOT "share/lua/5.1/"
+-#define LUA_CDIR      LUA_ROOT "lib/lua/5.1/"
++#define LUA_ROOT      "/usr/"
++#define LUA_LDIR      LUA_ROOT "share/lua/"
++#define LUA_CDIR      LUA_ROOT "lib/lua/"
+ #define LUA_PATH_DEFAULT  \
+               "./?.lua;"  LUA_LDIR"?.lua;"  LUA_LDIR"?/init.lua;" \
+                           LUA_CDIR"?.lua;"  LUA_CDIR"?/init.lua"