From 1148ca8f77c1857366842bb9d68b117930ec96bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 19 Nov 2011 08:14:10 -0500 Subject: [PATCH] Fix VLC-release.app target VLC binary must not exist prior to running Pre-Compile.sh --- extras/package/macosx/package.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak index 161183d518..7216df5e11 100644 --- a/extras/package/macosx/package.mak +++ b/extras/package/macosx/package.mak @@ -10,6 +10,7 @@ endif VLC.app: VLC-tmp.app rm -Rf $@ mv VLC-tmp.app $@ + $(INSTALL) -m 0755 $(top_builddir)/bin/.libs/vlc $@/Contents/MacOS/VLC $(LN_S) -f ../../../modules $@/Contents/MacOS/plugins # VLC-release.app for packaging and giving it to your friends @@ -83,7 +84,6 @@ VLC-tmp.app: vlc xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) cp -R -L $(top_builddir)/tmp/build/Default/VLC.bundle $@ $(INSTALL) -d $@/Contents/MacOS/ - $(INSTALL) -m 0755 $(top_builddir)/bin/.libs/vlc $@/Contents/MacOS/VLC $(INSTALL) -d $@/Contents/MacOS/share/ cp -r $(srcdir)/share/lua $@/Contents/MacOS/share/ $(INSTALL) -m 644 $(srcdir)/share/vlc512x512.png $@/Contents/MacOS/share/vlc512x512.png -- 2.39.2