You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
510 B

  1. --- a/config
  2. +++ b/config
  3. @@ -1,16 +1,16 @@
  4. # Installation directories
  5. # Default prefix
  6. -PREFIX = /usr/local
  7. +PREFIX = /usr
  8. # Lua version
  9. LUA_SYS_VER ?= 5.2
  10. # System's libraries directory (where binary libraries are installed)
  11. -LUA_LIBDIR= $(PREFIX)/lib/lua/$(LUA_SYS_VER)
  12. +LUA_LIBDIR= $(PREFIX)/lib/lua
  13. # System's lua directory (where Lua libraries are installed)
  14. -LUA_DIR= $(PREFIX)/share/lua/$(LUA_SYS_VER)
  15. +LUA_DIR= $(PREFIX)/share/lua
  16. # Lua includes directory
  17. LUA_INC= $(PREFIX)/include