vlc | branch: master | Felix Paul Kühne <[email protected]> | Fri Mar 18 21:37:06 2011 +0100| [5877e45a8bd839b25ba48c9967972f535a554098] | committer: Felix Paul Kühne
macosx: fixed bundle creation with Xcode4 requires latest contrib package > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5877e45a8bd839b25ba48c9967972f535a554098 --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 11547b3..8fa20cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -630,7 +630,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \ xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \ cd ../../../../ && \ - cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app + cp -R -L $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS touch $(top_builddir)/VLC.app/Contents/MacOS/VLC chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
