From beff55457179c5338da6253801d7573f8b5aaad4 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Thu, 17 Aug 2006 18:42:22 +0000 Subject: [PATCH] Fixed bug in install script. --- script/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/install.sh b/script/install.sh index d91e68d7..b996326a 100755 --- a/script/install.sh +++ b/script/install.sh @@ -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 #------------------------------------------------------------------------------ -- GitLab