From c4e7aa48e8201236b243b048a4771b3a3c02e255 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 25 Feb 2021 16:17:05 -0500 Subject: [PATCH] change default install PREFIX to /usr/local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55ea275..4a9c7a5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Author: Case Duckworth # License: MIT -PREFIX ?= /usr +PREFIX ?= /usr/local INSTALL = install -m 755