Skip to content

Commit

Permalink
fix install to build sslh-fork (fix #407)
Browse files Browse the repository at this point in the history
  • Loading branch information
yrutschle committed Oct 5, 2023
1 parent 23fb1eb commit 490a447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ docker-clean:
yes | docker image prune

# generic install: install binary and man page
install: sslh $(MAN)
install: sslh-fork $(MAN)
mkdir -p $(DESTDIR)/$(BINDIR)
mkdir -p $(DESTDIR)/$(MANDIR)
install -p sslh-fork $(DESTDIR)/$(BINDIR)/sslh
Expand Down

0 comments on commit 490a447

Please sign in to comment.