[vlc-devel] commit: contrib: give the bin package its actual name ( Felix Paul Kühne )

git version control git at videolan.org
Mon Jun 15 21:35:43 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 15 21:35:19 2009 +0200| [f84c91c6581c2f0eeaeb7df78c69518ef2eeca0a] | committer: Felix Paul Kühne 

contrib: give the bin package its actual name

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

 extras/contrib/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index ea86ea6..e54fa88 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -87,6 +87,8 @@ package-macosx:
 	./change_prefix.sh tmp $(PREFIX) @@CONTRIB_PREFIX@@
 	(cd tmp; tar cf - .) | bzip2 -c > contrib-macosx.tar.bz2
 	rm -rf tmp
+	rm -f contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
+	mv contrib-macosx.tar.bz2 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
 
 DISTDIR = usr/win32
 




More information about the vlc-devel mailing list