system64.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --- notion-3-2015061300/system-autodetect.mk.orig 2016-01-28 07:23:03.582723687 +0200
  2. +++ notion-3-2015061300/system-autodetect.mk 2016-01-28 07:22:14.593336139 +0200
  3. @@ -12,7 +12,7 @@
  4. # Installation path prefix. Unless you know what you're doing, the default
  5. # of /usr/local is likely the correct choice.
  6. #DIST: PREFIX=/usr/local
  7. -PREFIX ?= /usr/local
  8. +PREFIX ?= /usr
  9. # Unless you are creating a package conforming to some OS's standards, you
  10. # probably do not want to modify the following directories:
  11. @@ -22,11 +22,11 @@
  12. # Some .lua files and ion-* shell scripts
  13. SHAREDIR=$(PREFIX)/share/notion
  14. # Manual pages
  15. -MANDIR=$(PREFIX)/share/man
  16. +MANDIR=$(PREFIX)/man
  17. # Some documents
  18. -DOCDIR=$(PREFIX)/share/doc/notion
  19. +DOCDIR=$(PREFIX)/doc/notion
  20. # Nothing at the moment
  21. -LIBDIR=$(PREFIX)/lib
  22. +LIBDIR=$(PREFIX)/lib64
  23. # Modules
  24. MODULEDIR=$(LIBDIR)/notion/mod
  25. # Compiled Lua source code
  26. @@ -40,7 +40,7 @@
  27. # Configuration .lua files. Overrideable, as config files are usually
  28. # not placed under $(PREFIX).
  29. -ETCDIR ?= $(PREFIX)/etc/notion
  30. +ETCDIR ?= /etc/notion
  31. # Force all include files to be installed to /usr even if the
  32. # PREFIX is unset. No header files are installed at the moment