- might make sense not to print ok if it was nak
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 15 Feb 2007 14:30:56 +0000 (14:30 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 15 Feb 2007 14:30:56 +0000 (14:30 -0000)
toolchain/dependencies/dependencies.sh

index 81a8b8db298d9e4c9a0779c2e034c026304be774..6f42a8746ae9a32ffee6437b04d3c2b06bb5597e 100755 (executable)
@@ -252,8 +252,9 @@ if ! which makeinfo > /dev/null ; then \
        echo "makeinfo installed:                   FALSE"
        /bin/echo -e "\n\nMost likely some packages will fail to build their documentation"
        /bin/echo -e "Either install 'makeinfo' on your host or fix the respective packages"
+else
+       echo "makeinfo installed:                               Ok"
 fi
-echo "makeinfo installed:                              Ok"
 
 
 #############################################################