dbclient works as "ssh" too

--HG--
extra : convert_revision : 4bf3c662e114ad16c54afdf923f2852e511f77eb
This commit is contained in:
Matt Johnston 2004-08-16 14:53:49 +00:00
parent 029ae35058
commit eb1f647c9c

View File

@ -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 $*"