Niels Kristian Bech Jensen
1999-Dec-09 05:57 UTC
[PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
Hi,
This patch fixes a couple of small ``problems'' in 1.2pre17 Makefile.in:
1. Avoid making an empty $(libexecdir)/ssh directory.
2. Don't try to uninstall $(mandir)/man1/slogin.1 twice.
--- openssh-1.2pre17/Makefile.in~ Thu Dec 9 00:48:58 1999
+++ openssh-1.2pre17/Makefile.in Thu Dec 9 06:51:41 1999
@@ -92,9 +92,9 @@
-rm -f $(mandir)/man1/slogin.1
ln -s ssh.1 $(mandir)/man1/slogin.1
- $(INSTALL) -d $(libexecdir) ;
- $(INSTALL) -d $(libexecdir)/ssh ;
if [ ! -z "@GNOME_ASKPASS@" ] ; then \
+ $(INSTALL) -d $(libexecdir) ; \
+ $(INSTALL) -d $(libexecdir)/ssh ; \
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
fi
@@ -129,7 +129,6 @@
-rm -f $(mandir)/man1/ssh-keygen.1
-rm -f $(mandir)/man8/sshd.8
-rm -f $(bindir)/slogin
- -rm -f $(mandir)/man1/slogin.1
-rm -f $(mandir)/man1/slogin.1
-rm -f ${ASKPASS_PROGRAM}
-rmdir $(libexecdir)/ssh ;
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software!
<<-----------
Damien Miller
1999-Dec-10 08:17 UTC
[PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 9 Dec 1999, Niels Kristian Bech Jensen wrote:> Hi, > This patch fixes a couple of small ``problems'' in 1.2pre17 Makefile.in: > > 1. Avoid making an empty $(libexecdir)/ssh directory. > 2. Don't try to uninstall $(mandir)/man1/slogin.1 twice.Thanks, applied. Damien - -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE4ULc4ormJ9RG1dI8RAoUeAKCX/pmgl0vZZYgwRzLPxOJF1nx9TQCdH7oX 9RWyixygbPmj1shzjSiwq0Q=x7qU -----END PGP SIGNATURE-----