summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/lua-luci/patches/200-lua-path
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-07 07:00:45 +0000
committerSteven Barth <steven@midlink.org>2008-05-07 07:00:45 +0000
commit54d92ebab5f402409b26a28994ed9309e47c4b41 (patch)
tree8f274dfa6f573a9e192a67cf45b86ae4f53986d0 /contrib/package/lua-luci/patches/200-lua-path
parentfc6f624c88454f9d30cc041d042394568e6ffc56 (diff)
Diffstat (limited to 'contrib/package/lua-luci/patches/200-lua-path')
-rw-r--r--contrib/package/lua-luci/patches/200-lua-path15
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/package/lua-luci/patches/200-lua-path b/contrib/package/lua-luci/patches/200-lua-path
deleted file mode 100644
index 62dd00e399..0000000000
--- a/contrib/package/lua-luci/patches/200-lua-path
+++ /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"