From 0bbc8caa38ca6bcc7202d273a389e4af32c7c4ad Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Wed, 14 Oct 2020 10:50:53 +0200 Subject: Make other BSD systems use ginstall too. --- sqv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqv') diff --git a/sqv/Makefile b/sqv/Makefile index b2369e5d..d23c97bc 100644 --- a/sqv/Makefile +++ b/sqv/Makefile @@ -7,7 +7,7 @@ SQV ?= $(CARGO_TARGET_DIR)/debug/sqv # Tools. CARGO ?= cargo -ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"") +ifneq ($(filter Darwin BSD,$(shell uname -s)),"") INSTALL ?= ginstall else INSTALL ?= install -- cgit v1.2.3