summaryrefslogtreecommitdiffstats
path: root/store/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'store/Makefile')
-rw-r--r--store/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/Makefile b/store/Makefile
index 99d7de43..f78966d6 100644
--- a/store/Makefile
+++ b/store/Makefile
@@ -6,7 +6,7 @@ CARGO_TARGET_DIR := $(abspath $(CARGO_TARGET_DIR))
# Tools.
CARGO ?= cargo
-ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
+ifneq ($(filter Darwin %BSD,$(shell uname -s)),)
INSTALL ?= ginstall
else
INSTALL ?= install