From f066d6e5b093c0772b947fb0391e440fa074ef5c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 25 Nov 1999 13:40:22 +1100 Subject: install fix --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index de0d2f28b..e09fcc2f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ install: all $(INSTALL) -d $(libexecdir) ; $(INSTALL) -d $(libexecdir)/ssh ; - if [ -z "@GNOME_ASKPASS@" ] ; then \ + if [ ! -z "@GNOME_ASKPASS@" ] ; then \ $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \ fi -- cgit v1.2.3