From 59fcc6a373ca8cef0f1ee15c7e4460c095762536 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 25 Jul 2006 10:19:40 +0000 Subject: [PATCH] Remove old ec_list before creating link. --- script/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install.sh b/script/install.sh index fd0d70ef..6ce1bac5 100755 --- a/script/install.sh +++ b/script/install.sh @@ -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 #------------------------------------------------------------------------------