Page MenuHomeFreeBSD

D24605.id.diff
No OneTemporary

D24605.id.diff

Index: head/etc/mtree/BSD.usr.dist
===================================================================
--- head/etc/mtree/BSD.usr.dist
+++ head/etc/mtree/BSD.usr.dist
@@ -68,6 +68,8 @@
..
engines
..
+ flua
+ ..
i18n
..
libxo
@@ -369,6 +371,8 @@
..
..
firmware
+ ..
+ flua
..
games
fortune
Index: head/lib/liblua/luaconf.h
===================================================================
--- head/lib/liblua/luaconf.h
+++ head/lib/liblua/luaconf.h
@@ -205,9 +205,9 @@
#else /* }{ */
-#define LUA_ROOT "/usr/local/"
-#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
-#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
+#define LUA_ROOT "/usr/"
+#define LUA_LDIR LUA_ROOT "share/flua/"
+#define LUA_CDIR LUA_ROOT "lib/flua/"
#if !defined(LUA_PATH_DEFAULT)
#define LUA_PATH_DEFAULT \
LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 9, 2:37 PM (22 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34890992
Default Alt Text
D24605.id.diff (984 B)

Event Timeline