Use ${HOME}/.local as default prefix.
authorEric Kow <eric.kow@gmail.com>
Fri, 5 Feb 2010 11:48:28 +0000 (11:48 +0000)
committerEric Kow <eric.kow@gmail.com>
Fri, 5 Feb 2010 11:48:28 +0000 (11:48 +0000)
This is apparently a new standard.

Makefile

index fe482c33b82f3653fc81579ad3739aa961031fa2..a4843a4fae541acade257fd4937eddc6f2888fe6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ MODULES += ${DOC_DIR}
 RM = rm
 
 #PREFIX = /usr/local
-PREFIX = ${HOME}
+PREFIX = ${HOME}/.local
 INSTALL_OPTIONS = "--prefix=${PREFIX}"
 
 \f