aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-05-17 08:48:17 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-05-17 08:52:54 +0200
commit67d41e6bbbffbb05900c41462761ecd3d277728c (patch)
tree9c7069f9c17665f1b58b73394a36bd8b59177dc5 /Makefile
parent7485ef7ea76107953ceb0f7dff3d3dd90803c2d0 (diff)
Set /usr/local as default prefix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5694a25..4aea6fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR ?=
-PREFIX ?= $(HOME)/.local
+PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man