lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

010-lua-path.patch (296B)


      1 --- a/src/luaconf.h
      2 +++ b/src/luaconf.h
      3 @@ -35,8 +35,8 @@
      4  #ifndef LUA_LMULTILIB
      5  #define LUA_LMULTILIB	"lib"
      6  #endif
      7 -#define LUA_LROOT	"/usr/local"
      8 -#define LUA_LUADIR	"/lua/5.1/"
      9 +#define LUA_LROOT	"/usr"
     10 +#define LUA_LUADIR	"/lua/"
     11  #define LUA_LJDIR	"/luajit-2.1.0-beta2/"
     12 
     13  #ifdef LUA_ROOT