change default install PREFIX to /usr/local

This commit is contained in:
Ben Harris 2021-02-25 16:17:05 -05:00
parent 1e06e8f5af
commit c4e7aa48e8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Author: Case Duckworth <acdw@acdw.net>
# License: MIT
PREFIX ?= /usr
PREFIX ?= /usr/local
INSTALL = install -m 755