Skip to content

Commit d036bcf

Browse files
authored
typo
1 parent 0b2439d commit d036bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ifeq ($(PROFILE),release)
2222
endif
2323

2424
# Binaries
25-
INSTALL ?= $(command -v install)
25+
INSTALL ?= $(shell command -v install)
2626
CARGO ?= cargo
2727
CARGOFLAGS ?=
2828
RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc --print host-tuple)

0 commit comments

Comments
 (0)