summaryrefslogtreecommitdiff
path: root/debian/patches/lintian-symlink-pickiness.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/lintian-symlink-pickiness.patch')
-rw-r--r--debian/patches/lintian-symlink-pickiness.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/lintian-symlink-pickiness.patch b/debian/patches/lintian-symlink-pickiness.patch
new file mode 100644
index 000000000..33acec411
--- /dev/null
+++ b/debian/patches/lintian-symlink-pickiness.patch
@@ -0,0 +1,16 @@
1Index: b/Makefile.in
2===================================================================
3--- a/Makefile.in
4+++ b/Makefile.in
5@@ -293,9 +293,9 @@
6 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
7 $(INSTALL) -m 644 ssh-vulnkey.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-vulnkey.1
8 -rm -f $(DESTDIR)$(bindir)/slogin
9- ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
10+ ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
11 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
12- ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
13+ ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
14
15 install-sysconf:
16 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \