summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:59:45 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:59:45 -0400
commitc3a190f94804dae9feef72fea0c69ffd821f0067 (patch)
treeda1e5815bc1751e31ba321925e5452a9029128c2 /Makefile
parent00ac51dfdbf39d80634d2d200151306ca9a8b8dc (diff)
Better document installation; change default prefix=/usr/local
Go >= 1.4 is required, because 1.4 introduced os.Unsetenv, which we use.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a4b797..01b739e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-prefix = /
+prefix = /usr/local
rootprefix = $(prefix)
rootlibexecdir = $(rootprefix)/lib/systemd
systemunitdir=$(rootprefix)/lib/systemd/system