summaryrefslogtreecommitdiffstats
path: root/sop
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-14 21:37:31 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-14 21:37:31 +0200
commit1f3ec0784818bcbe0e73ea4743a19060163fd9b3 (patch)
treed3169957cefeee233dccd580fd5bcbbd9c815838 /sop
parentb2026bcc16c1118c201dd5d644a0915a84d0f5e3 (diff)
Fix `make install` on both BSD and Linux.
Closes #581.
Diffstat (limited to 'sop')
-rw-r--r--sop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sop/Makefile b/sop/Makefile
index 84cd75d1..c9827d56 100644
--- a/sop/Makefile
+++ b/sop/Makefile
@@ -7,7 +7,7 @@ SOP ?= $(CARGO_TARGET_DIR)/debug/sqop
# Tools.
CARGO ?= cargo
-ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
+ifneq ($(filter Darwin %BSD,$(shell uname -s)),)
INSTALL ?= ginstall
else
INSTALL ?= install