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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ba23441..edecdedd 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ TAR_FLAGS = --sort=name \ --mode=go=rX,u+rw,a-s \ --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -ifeq ($(shell uname -s), Darwin) +ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"") INSTALL ?= ginstall else INSTALL ?= install -- cgit v1.2.3