hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 3ac88260250621804d817017010baf021b0e7df4
parent e3186db880bb47d9ea6355250d42cf3571634a9f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 27 May 2024 11:37:02 +0200

.builds/netbsd: install to /usr

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
M.builds/netbsd.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml @@ -36,12 +36,12 @@ tasks: cd harec cp configs/netbsd.mk config.mk make -j2 - sudo make install + sudo make install PREFIX=/usr - hare: | cd hare cp configs/netbsd.mk config.mk make -j2 - sudo make install + sudo make install PREFIX=/usr - check: | cd hare make -j2 check