1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1254 Hide 7z check command line from output

This commit is contained in:
Alessio Morale 2014-03-08 14:23:15 +01:00
parent 4ac9940854
commit b1f1c4cd0f

View File

@ -317,7 +317,7 @@ define LINUX_QT_INSTALL_TEMPLATE
.PHONY: $(addprefix qt_sdk_, install clean distclean)
qt_sdk_install: qt_sdk_clean | $(DL_DIR) $(TOOLS_DIR)
if ! $(SEVENZIP) >/dev/null 2>&1; then \
$(V1) if ! $(SEVENZIP) >/dev/null 2>&1; then \
$(ECHO) $(MSG_NOTICE) "Please install the p7zip for your distribution. i.e.: sudo apt-get install p7zip." && \
exit 1; \
fi