From 69dcd5af55cfdc5bd409f589584fe426d8a2a315 Mon Sep 17 00:00:00 2001 From: phryk Date: Wed, 26 Aug 2020 18:47:33 +0200 Subject: Modified conditional to set INSTALL executable to ginstall for FreeBSD. --- store/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'store') diff --git a/store/Makefile b/store/Makefile index 2b907289..f73235b1 100644 --- a/store/Makefile +++ b/store/Makefile @@ -5,7 +5,8 @@ CARGO_TARGET_DIR := $(abspath $(CARGO_TARGET_DIR)) # Tools. CARGO ?= cargo -ifeq ($(shell uname -s), Darwin) + +ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"") INSTALL ?= ginstall else INSTALL ?= install -- cgit v1.2.3