aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Kow <eric.kow@gmail.com>2010-02-05 11:48:28 +0000
committerEric Kow <eric.kow@gmail.com>2010-02-05 11:48:28 +0000
commitcf69a26e21aaa0a866415fe43f5ea9719d0f7947 (patch)
tree0f05958442875a6e15efd26f6e7e95c578649639 /Makefile
parent429e33fb4c7be8daa791fb744a14024ef27a72c2 (diff)
downloadbugseverywhere-cf69a26e21aaa0a866415fe43f5ea9719d0f7947.tar.gz
Use ${HOME}/.local as default prefix.
This is apparently a new standard.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe482c3..a4843a4 100644
--- 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}"