[vlc-commits] macosx: don't include BGHUDAppKit's IB plugin in VLC's release bundle
Felix Paul Kühne
git at videolan.org
Mon Apr 25 18:18:50 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Apr 25 18:18:46 2011 +0200| [2200c2c0e69d7dbe26133144778f82026945429f] | committer: Felix Paul Kühne
macosx: don't include BGHUDAppKit's IB plugin in VLC's release bundle
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2200c2c0e69d7dbe26133144778f82026945429f
---
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index cbbeaa7..cb39708 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -515,6 +515,7 @@ VLC-release.app: vlc
$(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
done
printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
+ rm -Rf $(top_builddir)/VLC-release.app/Contents/Frameworks/BGHUDAppKit.framework/Resources/
find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete;
find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
More information about the vlc-commits
mailing list