aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-26 23:59:34 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-26 23:59:34 +0200
commitdf8a77427a76ca84770a89cf5f4b042a7b944107 (patch)
tree345812adc638b11e267210ade8a3501a68605a5c
parent1a8a9385372a1098c828dff4aed969c4491c2d2d (diff)
Set PREFIX to /usr/local by default
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index c3548bc..b2bc3dc 100644
--- a/make.c
+++ b/make.c
@@ -13,7 +13,7 @@
#define CBS_NO_THREADS
#include "cbs.h"
-#define PREFIX "/usr"
+#define PREFIX "/usr/local"
#define streq(x, y) (strcmp(x, y) == 0)
#define CMDPRC(c) \