summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:08 +0000
committerColin Watson <cjwatson@debian.org>2014-03-20 00:32:29 +0000
commiteb567100ef178f4395c95cc1f37b921e02c3dd5b (patch)
tree69283e1968b53d7297a74fda3a186983484d20e8 /Makefile.in
parent71448da5ce75ba50bcb10dbbd3b8c7633f633e8f (diff)
Fix picky lintian errors about slogin symlinks
Apparently this breaks some SVR4 packaging systems, so upstream can't win either way and opted to keep the status quo. We need this patch anyway. Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1728 Last-Update: 2013-09-14 Patch-Name: lintian-symlink-pickiness.patch
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index feee0b23c..7d192bb7c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -293,9 +293,9 @@ install-files:
293 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 293 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
294 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 294 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
295 -rm -f $(DESTDIR)$(bindir)/slogin 295 -rm -f $(DESTDIR)$(bindir)/slogin
296 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin 296 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
297 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 297 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
298 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 298 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
299 299
300install-sysconf: 300install-sysconf:
301 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ 301 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \