system.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --- notion-3-2015061300/system-autodetect.mk.orig 2016-01-28 07:43:36.217463685 +0200
  2. +++ notion-3-2015061300/system-autodetect.mk 2016-01-28 07:47:27.529477603 +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,9 +22,9 @@
  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. # Modules
  23. @@ -40,7 +40,7 @@
  24. # Configuration .lua files. Overrideable, as config files are usually
  25. # not placed under $(PREFIX).
  26. -ETCDIR ?= $(PREFIX)/etc/notion
  27. +ETCDIR ?= /etc/notion
  28. # Force all include files to be installed to /usr even if the
  29. # PREFIX is unset. No header files are installed at the moment