vlc | branch: master | Rafaël Carré <[email protected]> | Mon Jan  2 19:45:45 
2012 -0500| [9fe8ee532be7c088df0e1cd6bd807758996c3f8d] | committer: Rafaël Carré

Revert "macosx: remove the intermediate VLC-tmp.app after creating either 
VLC.app or VLC-release.app since it is of no use without further processing"

This reverts commit 0c1d889772c303da34ea305bf808bc03ad5755df.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fe8ee532be7c088df0e1cd6bd807758996c3f8d
---

 extras/package/macosx/package.mak |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/extras/package/macosx/package.mak 
b/extras/package/macosx/package.mak
index d23598c..26cde36 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -12,7 +12,6 @@ VLC.app: VLC-tmp.app
        cp -R VLC-tmp.app $@
        $(INSTALL) -m 0755 $(top_builddir)/bin/.libs/vlc $@/Contents/MacOS/VLC
        $(LN_S) -f ../../../modules $@/Contents/MacOS/plugins
-       rm -Rf VLC-tmp.app
 
 # VLC-release.app for packaging and giving it to your friends
 # use package-macosx to get a nice dmg
@@ -23,9 +22,8 @@ VLC-release.app: VLC-tmp.app
        find $@ -type d -exec chmod ugo+rx '{}' \;
        find $@ -type f -exec chmod ugo+r '{}' \;
        rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Resources/
-       rm -Rf VLC-tmp.app
 
-# common target to a VLC bundle used by both the dev and the release build
+
 VLC-tmp.app: vlc
        $(AM_V_GEN)(cd src && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd))
        (cd lib && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd))

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to