diff --git a/install.sh b/install.sh
index 18948c5b4842e070af0d0c36854cde6e816a35f5..04de26272f2900a8fc6bbb5db4342f21f856dea1 100755
--- a/install.sh
+++ b/install.sh
@@ -186,7 +186,7 @@ if [ ! -z "$_components" ]; then
   mkdir -p components/uris
 else
   ln -s "$_components"
-done
+fi
 
 bold=`tput bold`
 normal=`tput sgr0`