diff options
author | Eric Kow <eric.kow@gmail.com> | 2010-02-05 11:48:28 +0000 |
---|---|---|
committer | Eric Kow <eric.kow@gmail.com> | 2010-02-05 11:48:28 +0000 |
commit | cf69a26e21aaa0a866415fe43f5ea9719d0f7947 (patch) | |
tree | 0f05958442875a6e15efd26f6e7e95c578649639 | |
parent | 429e33fb4c7be8daa791fb744a14024ef27a72c2 (diff) | |
download | bugseverywhere-cf69a26e21aaa0a866415fe43f5ea9719d0f7947.tar.gz |
Use ${HOME}/.local as default prefix.
This is apparently a new standard.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ MODULES += ${DOC_DIR} RM = rm #PREFIX = /usr/local -PREFIX = ${HOME} +PREFIX = ${HOME}/.local INSTALL_OPTIONS = "--prefix=${PREFIX}" |