install.sh
changeset 186 644a053fe103
parent 171 faa7d433239c
child 197 b9a6e2c22745
--- a/install.sh	Tue Apr 11 12:51:20 2006 +0000
+++ b/install.sh	Tue Apr 11 12:54:01 2006 +0000
@@ -63,6 +63,11 @@
     ln -s /etc/init.d/ethercat /usr/sbin/rcethercat || exit 1
 fi
 
+# Install tools
+
+echo "  installing tools..."
+cp tools/ec_list.pl /usr/local/bin/ec_list || exit 1
+
 # Finish
 
 echo "EtherCAT installer done."