about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Harris2021-02-25 16:17:05 -0500
committerBen Harris2021-02-25 16:17:05 -0500
commitc4e7aa48e8201236b243b048a4771b3a3c02e255 (patch)
tree82999710c343887eaac82d2b4d00ac9bbb0c8dec
parentChange implementation of URL array (diff)
downloadbollux-c4e7aa48e8201236b243b048a4771b3a3c02e255.tar.gz
bollux-c4e7aa48e8201236b243b048a4771b3a3c02e255.zip
change default install PREFIX to /usr/local
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 55ea275..4a9c7a5 100644 --- a/Makefile +++ b/Makefile
@@ -2,7 +2,7 @@
2# Author: Case Duckworth <acdw@acdw.net> 2# Author: Case Duckworth <acdw@acdw.net>
3# License: MIT 3# License: MIT
4 4
5PREFIX ?= /usr 5PREFIX ?= /usr/local
6 6
7INSTALL = install -m 755 7INSTALL = install -m 755
8 8