Skip to content
Snippets Groups Projects
Commit eb1f647c authored by Matt Johnston's avatar Matt Johnston
Browse files

dbclient works as "ssh" too

--HG--
extra : convert_revision : 4bf3c662e114ad16c54afdf923f2852e511f77eb
parent 029ae350
Branches
Tags
No related merge requests found
......@@ -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 $*"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment