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-02-10 02:40:17 +0000
commitcf359c36be95e478071cb0dc4491aba88a5bae70 (patch)
tree9dd8c57709a417ca832f84e273e1e225c7dd6732 /Makefile.in
parentcf559d6c8b4616022f5bedcf3b3b85387a4d1559 (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 5cf8100fa..b7de26f2e 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 \