[vlc-commits] Contribs: Only display FTP message when needed

Jean-Baptiste Kempf git at videolan.org
Wed Jul 6 11:12:16 CEST 2016


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 20 14:28:10 2016 +0200| [734486e0e3647b13e8bd16ee7156551244cb3bdc] | committer: Jean-Baptiste Kempf

Contribs: Only display FTP message when needed

(cherry picked from commit de7421aa03f0861be5178541a4bbcd7d907f3b09)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=734486e0e3647b13e8bd16ee7156551244cb3bdc
---

 contrib/src/main.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 14035fb..cf2696a 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -237,7 +237,7 @@ download = $(error Neither curl nor wget found!)
 endif
 
 download_pkg = $(call download,$(CONTRIB_VIDEOLAN)/$(2)/$(lastword $(subst /, ,$(@)))) || \
-	$(call download,$(1)) && echo "Please upload this package $(lastword $(subst /, ,$(@))) to our FTP"
+	( $(call download,$(1)) && echo "Please upload this package $(lastword $(subst /, ,$(@))) to our FTP" )
 
 ifeq ($(shell which xzcat >/dev/null 2>&1 || echo FAIL),)
 XZCAT = xzcat



More information about the vlc-commits mailing list