vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Jul 6 20:45:31 2011 +0300| [0b06c282222de58fde5833bd27abb0c321aed867] | committer: Rémi Denis-Courmont
shasum does not know - > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b06c282222de58fde5833bd27abb0c321aed867 --- contrib/src/main.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 140b0f3..aa0827d 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -177,7 +177,7 @@ download_git = \ (cd $(dir $@) && \ tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \ rm -Rf $(@:.tar.xz=) -checksum = (cd $(TARBALLS) && $(1) --check -) < \ +checksum = (cd $(TARBALLS) && $(1) --check /dev/stdin) < \ $(SRC)/$(patsubst .sum-%,%,$@)/$(2)SUMS CHECK_SHA512 = $(call checksum,$(SHA512SUM),SHA512) UNPACK = $(RM) -R $@ \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
