changeset 81:2a798efbb40b

dbclient works as "ssh" too
author Matt Johnston <matt@ucc.asn.au>
date Mon, 16 Aug 2004 14:53:49 +0000
parents 07bcdccb3577
children 8f26145a0997
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 16 14:46:13 2004 +0000
+++ b/Makefile.in	Mon Aug 16 14:53:49 2004 +0000
@@ -127,8 +127,8 @@
 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 $*"