[vlc-devel] commit: contribs: fixed extraction of the binary package (Darwin only) ( Felix Paul Kühne )
git version control
git at videolan.org
Wed Jul 15 17:52:35 CEST 2009
vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jul 15 17:52:20 2009 +0200| [fbbe5bcfe6850a9450147973b96b0e51e5acd0a7] | committer: Felix Paul Kühne
contribs: fixed extraction of the binary package (Darwin only)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbbe5bcfe6850a9450147973b96b0e51e5acd0a7
---
extras/contrib/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 9b86222..5e13845 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -47,7 +47,7 @@ CONTRIBREV=0.9.10
contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
$(WGET) ftp://ftp.videolan.org/pub/videolan/testing/contrib/$@
-using-bin: contrib-macosx-$(ARCH)-$(CONTRIBREV)-$(DARWIN_COMPILER).tar.bz2
+using-bin: contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
@if test -d tmp; then \
echo "Move away ./tmp, it's in the way" ; \
exit 1 ; \
More information about the vlc-devel
mailing list