소스 검색

- might make sense not to print ok if it was nak

Bernhard Reutner-Fischer 18 년 전
부모
커밋
0fed2766a4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      toolchain/dependencies/dependencies.sh

+ 2 - 1
toolchain/dependencies/dependencies.sh

@@ -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"
 
 
 #############################################################