Commit 824aa613 authored by Rafaël Carré's avatar Rafaël Carré

osx package: copy ChangeLog from builddir

parent aabcf027
......@@ -116,10 +116,11 @@ package-macosx: VLC-release.app ChangeLog
ls -l "$(top_builddir)/vlc-$(VERSION).dmg"
package-macosx-zip: VLC-release.app
mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/
cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
cd $(srcdir); cp AUTHORS COPYING ChangeLog README THANKS NEWS extras/package/macosx/Delete_Preferences.app \
$(abs_top_builddir)/vlc-$(VERSION)/Goodies
cp $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
cd $(srcdir); cp 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment