chiark / gitweb /
lua: Add missing trailing slash
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 18 Jan 2017 00:45:32 +0000 (01:45 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 18 Jan 2017 00:45:32 +0000 (01:45 +0100)
packages/liblua/src-luaconf.h.patch

index 20663f924c576116f6f76f048edcca9c357c7a88..071bd4a0736a7c552a20757b947f94b65d4d51d5 100644 (file)
@@ -6,7 +6,7 @@ diff -r -u ../lua-5.3.3/src/luaconf.h ./src/luaconf.h
  #else                 /* }{ */
  
 -#define LUA_ROOT      "/usr/local/"
-+#define LUA_ROOT      "@TERMUX_PREFIX@"
++#define LUA_ROOT      "@TERMUX_PREFIX@/"
  #define LUA_LDIR      LUA_ROOT "share/lua/" LUA_VDIR "/"
  #define LUA_CDIR      LUA_ROOT "lib/lua/" LUA_VDIR "/"
  #define LUA_PATH_DEFAULT  \