aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-12 15:27:40 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-12 15:27:40 -0400
commit77fe8d1e2c71fb783160ab9946d9dc9e471a11c1 (patch)
tree8c3678c4fc33e77b394810a9a09475d4bc576ed1 /Makefile
parentb5c4896d7ffd219a3118a3e6885db5956bf79e55 (diff)
downloadbugseverywhere-77fe8d1e2c71fb783160ab9946d9dc9e471a11c1.tar.gz
Added (commented out) /usr/local PREFIX to Makefile.
I got a bit confused and installed be into "/usr/local " instead of "/usr/local" with PREFIX = /usr/local # ${HOME} With the alternate PREFIX line right there, there should be less temptation to do again :p.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 034f033..a63618c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ MODULES += ${DOC_DIR}
RM = rm
+#PREFIX = /usr/local
PREFIX = ${HOME}
INSTALL_OPTIONS = "--prefix=${PREFIX}"