diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 00:32:38 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 02:11:19 +0100 |
| commit | ecda0de7bb4273aeab18fd44f670ad898ce56dac (patch) | |
| tree | 4754ec023ee69a3c71ea39c6a6fafba5331ee262 /testing/sslh/fix-make-install.patch | |
| parent | 631a77f7c8928b9ff9a5b23129da85cdd3d1e7ea (diff) | |
| download | aports-ecda0de7bb4273aeab18fd44f670ad898ce56dac.tar.bz2 aports-ecda0de7bb4273aeab18fd44f670ad898ce56dac.tar.xz | |
testing/sslh: fix make install
Diffstat (limited to 'testing/sslh/fix-make-install.patch')
| -rw-r--r-- | testing/sslh/fix-make-install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/sslh/fix-make-install.patch b/testing/sslh/fix-make-install.patch new file mode 100644 index 0000000000..d289f6a6b1 --- /dev/null +++ b/testing/sslh/fix-make-install.patch @@ -0,0 +1,13 @@ +--- a/Makefile ++++ b/Makefile +@@ -98,7 +98,9 @@ + install: sslh $(MAN) + mkdir -p $(DESTDIR)/$(BINDIR) + mkdir -p $(DESTDIR)/$(MANDIR) +- install -p sslh-fork $(DESTDIR)/$(BINDIR)/sslh ++ install -p sslh-fork $(DESTDIR)/$(BINDIR)/sslh-fork ++ install -p sslh-select $(DESTDIR)/$(BINDIR)/sslh-select ++ ln -s sslh-fork $(DESTDIR)/$(BINDIR)/sslh + install -p -m 0644 $(MAN) $(DESTDIR)/$(MANDIR)/$(MAN) + + # "extended" install for Debian: install startup script |
