chore: revert "build!: just default to /usr/local on linux and macos"

This reverts commit a9e324faa9.
TorchedSammy 2022-12-11 16:56:50 -04:00
parent a23ca7423f
commit 1f8f6aa347
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
version: '3'
vars:
PREFIX: '{{default "/usr/local" .PREFIX}}'
PREFIX: '{{default (eq .OS "darwin" | ternary "/usr/local" "/usr") .PREFIX}}'
bindir__: '{{.PREFIX}}/bin'
BINDIR: '{{default .bindir__ .BINDIR}}'
libdir__: '{{.PREFIX}}/share/hilbish'