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-19 16:40:06 +0000
commitb25d3b37e89fb73b5fa86d19bc22f67f64dd0ad9 (patch)
tree413c52cd32eed6fbbcac61f37e61e4c4f0ba83c8 /Makefile.in
parent6384f890f732a0967590e37ad402ace6505799ea (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 \