Merge pull request 'change default install PREFIX to /usr/local' (#5) from ben/bollux:local-prefix into main

Reviewed-on: #5
This commit is contained in:
Case Duckworth 2021-02-25 21:20:26 +00:00
commit d6a865c3af
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