We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a337925 commit 8975e4aCopy full SHA for 8975e4a
Makefile
@@ -127,7 +127,8 @@ govulncheck:
127
INSTALL_PREFIX?=/usr/
128
129
install: $(PREFIX)bin/$(BINNAME)
130
- $Q install -D $(PREFIX)bin/$(BINNAME) $(DESTDIR)$(INSTALL_PREFIX)bin/$(BINNAME)
+ $Q mkdir -p $(INSTALL_PREFIX)bin/
131
+ $Q install $(PREFIX)bin/$(BINNAME) $(DESTDIR)$(INSTALL_PREFIX)bin/$(BINNAME)
132
133
uninstall:
134
$Q rm -f $(DESTDIR)$(INSTALL_PREFIX)/bin/$(BINNAME)
0 commit comments