vlc/vlc-1.1 | branch: master | Felix Paul Kühne <[email protected]> | Fri Mar 18 19:24:31 2011 +0100| [e0286934e4ff88cd90a83425adb9572583b76f45] | committer: Felix Paul Kühne
macosx: fixed bundle creation with Xcode4 requires latest contrib package > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=e0286934e4ff88cd90a83425adb9572583b76f45 --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 032193f..a584c55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -662,7 +662,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 install -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
