Skip to content

Commit 6fe765e

Browse files
Makefile: install to /usr/local/bin, not /usr/bin (#1214)
1 parent 8975e4a commit 6fe765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ govulncheck:
124124
# Install
125125
#########################################
126126

127-
INSTALL_PREFIX?=/usr/
127+
INSTALL_PREFIX?=/usr/local/
128128

129129
install: $(PREFIX)bin/$(BINNAME)
130130
$Q mkdir -p $(INSTALL_PREFIX)bin/

0 commit comments

Comments
 (0)