install fix

This commit is contained in:
Damien Miller 1999-11-25 13:40:22 +11:00
parent f958fab2c9
commit f066d6e5b0

View File

@ -85,7 +85,7 @@ install: all
$(INSTALL) -d $(libexecdir) ; $(INSTALL) -d $(libexecdir) ;
$(INSTALL) -d $(libexecdir)/ssh ; $(INSTALL) -d $(libexecdir)/ssh ;
if [ -z "@GNOME_ASKPASS@" ] ; then \ if [ ! -z "@GNOME_ASKPASS@" ] ; then \
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \ $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
fi fi