[vlc-commits] extra/tools: fix compatibility with old OSes

Jean-Baptiste Kempf git at videolan.org
Tue Nov 7 17:14:07 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov  7 17:13:53 2017 +0100| [e72be94184d926c30b5c4d19fdf73349ef539b8b] | committer: Jean-Baptiste Kempf

extra/tools: fix compatibility with old OSes

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

 extras/tools/tools.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 5221a10675..c6cfa0f7a7 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -29,7 +29,7 @@ endif
 
 download_pkg = $(call download,$(VIDEOLAN)/$(2)/$(lastword $(subst /, ,$(@)))) || \
 	( $(call download,$(1)) && echo "Please upload package $(lastword $(subst /, ,$(@))) to our FTP" )  \
-	&& sha512sum --check --ignore-missing SHA512SUMS
+	&& grep $(@) SHA512SUMS| shasum -a 512 -c
 
 UNPACK = $(RM) -R $@ \
     $(foreach f,$(filter %.tar.gz %.tgz,$^), && tar xvzf $(f)) \



More information about the vlc-commits mailing list