Fixed bug in install script.

This commit is contained in:
Florian Pose 2006-08-17 18:42:22 +00:00
parent c30ed6a8c1
commit 7841ad3807
1 changed files with 1 additions and 3 deletions

View File

@ -89,9 +89,7 @@ fi
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
#------------------------------------------------------------------------------