[vlc-commits] fix OSX package, .app are directories, not files
Rafaël Carré
git at videolan.org
Mon Nov 21 07:58:44 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov 21 01:58:22 2011 -0500| [2e4809380466f8f27168b05e4ad0c31df9679424] | committer: Rafaël Carré
fix OSX package, .app are directories, not files
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e4809380466f8f27168b05e4ad0c31df9679424
---
extras/package/macosx/package.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 0bfae85..d0ac46c 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -119,7 +119,7 @@ package-macosx-zip: VLC-release.app ChangeLog
mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/
cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
cp $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
- cd $(srcdir); cp AUTHORS COPYING README THANKS NEWS extras/package/macosx/Delete_Preferences.app \
+ cd $(srcdir); cp -R AUTHORS COPYING README THANKS NEWS extras/package/macosx/Delete_Preferences.app/ \
$(abs_top_builddir)/vlc-$(VERSION)/Goodies/
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)
More information about the vlc-commits
mailing list