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.

19 lines
545 B

  1. --- lua-md5-1.2/config 2014-06-04 16:55:50.000000000 +0800
  2. +++ lua-md5-1.2_new/config 2014-06-04 16:57:54.223539416 +0800
  3. @@ -1,13 +1,13 @@
  4. # Installation directories
  5. # Default prefix
  6. -PREFIX = /usr/local
  7. +PREFIX = /usr
  8. # System's libraries directory (where binary libraries are installed)
  9. -LUA_LIBDIR= $(PREFIX)/lib/lua/5.1
  10. +LUA_LIBDIR= $(PREFIX)/lib/lua
  11. # System's lua directory (where Lua libraries are installed)
  12. -LUA_DIR= $(PREFIX)/share/lua/5.1
  13. +LUA_DIR= $(PREFIX)/lib/lua
  14. # Lua includes directory
  15. LUA_INC= $(PREFIX)/include