[vlc-commits] macosx: fixed distribution of 'Delete_Preferences.app' in the nightly build packages (fixes #5853)

Felix Paul Kühne git at videolan.org
Mon Feb 6 20:17:32 CET 2012


vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jan 15 16:25:31 2012 +0100| [e91fe501e1447b317b3417d32996a0be8db58625] | committer: Rafaël Carré

macosx: fixed distribution of 'Delete_Preferences.app' in the nightly build packages (fixes #5853)
(cherry picked from commit 7ba4686d425697a1dda865b4369367a00f5ef91a)

Signed-off-by: Rafaël Carré <funman at videolan.org>

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

 extras/package/macosx/package.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 838a010..b967303 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -88,8 +88,8 @@ package-macosx: VLC.app
 package-macosx-zip: VLC.app
 	mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/
 	cp -R $(top_builddir)/VLC.app $(top_builddir)/vlc-$(VERSION)/VLC.app
-	cd $(srcdir); cp -R AUTHORS COPYING README THANKS NEWS extras/package/macosx/Delete_Preferences.app/ \
-		$(abs_top_builddir)/vlc-$(VERSION)/Goodies/
+	cd $(srcdir); cp -R AUTHORS COPYING README THANKS NEWS $(abs_top_builddir)/vlc-$(VERSION)/Goodies/
+	cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app
 	cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
 	zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
 	rm -rf "$(top_builddir)/vlc-$(VERSION)"



More information about the vlc-commits mailing list