0001-Use-usr-not-usr-local.patch 631 B

12345678910111213141516171819202122
  1. From cc96b1f12a6549559274c6e7359edd576a55e4d2 Mon Sep 17 00:00:00 2001
  2. From: Ikey Doherty <ikey@evolve-os.com>
  3. Date: Sat, 24 Jan 2015 10:42:47 +0000
  4. Subject: [PATCH] Use /usr, not /usr/local.
  5. ---
  6. src/luaconf.h | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/src/luaconf.h b/src/luaconf.h
  9. index e2cb261..19692f3 100644
  10. --- a/src/luaconf.h
  11. +++ b/src/luaconf.h
  12. @@ -94,7 +94,7 @@
  13. ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
  14. #else
  15. -#define LUA_ROOT "/usr/local/"
  16. +#define LUA_ROOT "/usr/"
  17. #define LUA_LDIR LUA_ROOT "share/lua/5.1/"
  18. #define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
  19. #define LUA_PATH_DEFAULT \
  20. --
  21. 1.8.4