From 1f3ec0784818bcbe0e73ea4743a19060163fd9b3 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Wed, 14 Oct 2020 21:37:31 +0200 Subject: Fix `make install` on both BSD and Linux. Closes #581. --- openpgp-ffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ffi') diff --git a/openpgp-ffi/Makefile b/openpgp-ffi/Makefile index 8a22a37b..6bb37c3d 100644 --- a/openpgp-ffi/Makefile +++ b/openpgp-ffi/Makefile @@ -20,7 +20,7 @@ else endif # Tools. -ifneq ($(filter Darwin BSD,$(shell uname -s)),"") +ifneq ($(filter Darwin %BSD,$(shell uname -s)),) INSTALL ?= ginstall else INSTALL ?= install -- cgit v1.2.3