# HG changeset patch # User Florian Pose # Date 1155840142 0 # Node ID 9ce33c200ea24596ec57962fa5c7a0f045a19080 # Parent e521f03e9d94166001d3ffcf3475e95d8052e734 Fixed bug in install script. diff -r e521f03e9d94 -r 9ce33c200ea2 script/install.sh --- a/script/install.sh Tue Aug 15 09:36:56 2006 +0000 +++ b/script/install.sh Thu Aug 17 18:42:22 2006 +0000 @@ -89,9 +89,7 @@ echo " Installing tools" 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 +chmod +x /usr/local/bin/lsec || exit 1 #------------------------------------------------------------------------------