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 f650e36 commit a5b6fb8Copy full SHA for a5b6fb8
Makefile
@@ -50,7 +50,7 @@ install-lib:
50
install-bin:
51
install -d -m 755 $(BINDIR)
52
install $(BIN) $(BINDIR)
53
- install $(BIN) $(TOOLS)
+ install $(TOOLS) $(BINDIR)
54
55
uninstall: uninstall-lib uninstall-bin
56
0 commit comments