diff options
Diffstat (limited to 'debian/patches/lintian-symlink-pickiness.patch')
-rw-r--r-- | debian/patches/lintian-symlink-pickiness.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/lintian-symlink-pickiness.patch b/debian/patches/lintian-symlink-pickiness.patch index abfad4509..3afddb70e 100644 --- a/debian/patches/lintian-symlink-pickiness.patch +++ b/debian/patches/lintian-symlink-pickiness.patch | |||
@@ -7,8 +7,8 @@ Index: b/Makefile.in | |||
7 | =================================================================== | 7 | =================================================================== |
8 | --- a/Makefile.in | 8 | --- a/Makefile.in |
9 | +++ b/Makefile.in | 9 | +++ b/Makefile.in |
10 | @@ -293,9 +293,9 @@ | 10 | @@ -295,9 +295,9 @@ |
11 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 | 11 | $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 |
12 | $(INSTALL) -m 644 ssh-vulnkey.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-vulnkey.1 | 12 | $(INSTALL) -m 644 ssh-vulnkey.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-vulnkey.1 |
13 | -rm -f $(DESTDIR)$(bindir)/slogin | 13 | -rm -f $(DESTDIR)$(bindir)/slogin |
14 | - ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | 14 | - ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin |