[vlc-commits] Contribs: Only display FTP message when needed
Jean-Baptiste Kempf
git at videolan.org
Mon Jun 20 14:30:21 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 20 14:28:10 2016 +0200| [de7421aa03f0861be5178541a4bbcd7d907f3b09] | committer: Jean-Baptiste Kempf
Contribs: Only display FTP message when needed
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de7421aa03f0861be5178541a4bbcd7d907f3b09
---
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 9f27ca6..6f57cad 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -247,7 +247,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