From eb1f647c9cff9d6107db4dacaf3b3b45e588da61 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 16 Aug 2004 14:53:49 +0000 Subject: [PATCH] dbclient works as "ssh" too --HG-- extra : convert_revision : 4bf3c662e114ad16c54afdf923f2852e511f77eb --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b3e5658..c6c716b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -127,8 +127,8 @@ installdropbear: dropbear install%: $* $(INSTALL) -d -m 755 $(DESTDIR)$(bindir) $(INSTALL) -m 755 $(SPREFIX)$*$(EXEEXT) $(DESTDIR)$(bindir) - -chown root $(DESTDIR)$(sbindir)/$(SPREFIX)$*$(EXEEXT) - -chgrp 0 $(DESTDIR)$(sbindir)/$(SPREFIX)$*$(EXEEXT) + -chown root $(DESTDIR)$(bindir)/$(SPREFIX)$*$(EXEEXT) + -chgrp 0 $(DESTDIR)$(bindir)/$(SPREFIX)$*$(EXEEXT) ifeq ($(MULTI), 1) @echo @echo "You must manually create links for $*"