aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-01 08:54:45 +0200
committerMattias Andrée <maandree@kth.se>2023-07-01 08:54:49 +0200
commit2a9d939f8876aaed2462725bc2d82a503528b7c6 (patch)
treea85d08b0a6aead60d173362282a99a11726699ab
parentImprove .gitignore (diff)
downloadoptimised-true-2a9d939f8876aaed2462725bc2d82a503528b7c6.tar.gz
optimised-true-2a9d939f8876aaed2462725bc2d82a503528b7c6.tar.bz2
optimised-true-2a9d939f8876aaed2462725bc2d82a503528b7c6.tar.xz
Change PREFIX to /usr
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0ebf3f..aac1216 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PREFIX = /usr/local
+PREFIX = /usr
EXEC_PREFIX = $(PREFIX)
BINDIR = $(EXEC_PREFIX)/bin
DATADIR = $(PREFIX)/share