Skip to content

Commit a5b6fb8

Browse files
committed
Makefile: fix install-bin
1 parent f650e36 commit a5b6fb8

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
@@ -50,7 +50,7 @@ install-lib:
5050
install-bin:
5151
install -d -m 755 $(BINDIR)
5252
install $(BIN) $(BINDIR)
53-
install $(BIN) $(TOOLS)
53+
install $(TOOLS) $(BINDIR)
5454

5555
uninstall: uninstall-lib uninstall-bin
5656

0 commit comments

Comments
 (0)