summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 13:40:22 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 13:40:22 +1100
commitf066d6e5b093c0772b947fb0391e440fa074ef5c (patch)
tree354bc2696c9ed4cd7fdcd055030eb123e289b385 /Makefile.in
parentf958fab2c9801357d70a592185650f5d17a09074 (diff)
install fix
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index de0d2f28..e09fcc2f 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