change default install PREFIX to /usr/local
authorBen Harris <ben@tilde.team>
Thu, 25 Feb 2021 21:17:05 +0000 (16:17 -0500)
committerBen Harris <ben@tilde.team>
Thu, 25 Feb 2021 21:17:05 +0000 (16:17 -0500)
Makefile

index 55ea275..4a9c7a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Author: Case Duckworth <acdw@acdw.net>
 # License: MIT
 
-PREFIX ?= /usr
+PREFIX ?= /usr/local
 
 INSTALL = install -m 755