12 lines
511 B
Diff
12 lines
511 B
Diff
--- openssh-6.3p1/Makefile.in.orig 2013-10-21 16:01:01.869400000 +0400
|
|
+++ openssh-6.3p1/Makefile.in 2013-10-21 16:01:39.096600000 +0400
|
|
@@ -288,7 +288,7 @@
|
|
-rm -f $(DESTDIR)$(bindir)/slogin
|
|
ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
|
- ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
|
+ cp -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
|
|
|
install-sysconf:
|
|
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|