script/install.sh
branchstable-1.0
changeset 1624 9dc190591c0f
parent 1621 4bbe090553f7
equal deleted inserted replaced
1623:05622513f627 1624:9dc190591c0f
    86 #------------------------------------------------------------------------------
    86 #------------------------------------------------------------------------------
    87 
    87 
    88 # Install tools
    88 # Install tools
    89 
    89 
    90 echo "  Installing tools"
    90 echo "  Installing tools"
    91 cp script/ec_list.pl /usr/local/bin/ec_list || exit 1
    91 cp script/lsec.pl /usr/local/bin/lsec || exit 1
    92 chmod +x /usr/local/bin/ec_list || exit 1
    92 chmod +x /usr/local/bin/ec_list || exit 1
       
    93 rm -f /usr/local/bin/ec_list || exit 1
       
    94 ln -s /usr/local/bin/lsec /usr/local/bin/ec_list || exit 1
    93 
    95 
    94 #------------------------------------------------------------------------------
    96 #------------------------------------------------------------------------------
    95 
    97 
    96 # Finish
    98 # Finish
    97 
    99