diff -r f149465f4c63 -r e675450f2174 script/install.sh --- a/script/install.sh Thu Jul 13 13:10:57 2006 +0000 +++ b/script/install.sh Thu Aug 03 12:59:01 2006 +0000 @@ -88,8 +88,10 @@ # Install tools echo " Installing tools" -cp script/ec_list.pl /usr/local/bin/ec_list || exit 1 +cp script/lsec.pl /usr/local/bin/lsec || exit 1 chmod +x /usr/local/bin/ec_list || exit 1 +rm -f /usr/local/bin/ec_list || exit 1 +ln -s /usr/local/bin/lsec /usr/local/bin/ec_list || exit 1 #------------------------------------------------------------------------------