Remove old ec_list before creating link.

This commit is contained in:
Florian Pose 2006-07-25 10:19:40 +00:00
parent 6e749f20c4
commit 59fcc6a373
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,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
#------------------------------------------------------------------------------