macosx: don't include BGHUDAppKit's IB plugin in VLC's release bundle

This commit is contained in:
Felix Paul Kühne 2011-04-25 18:18:46 +02:00
parent 1ee2573c5e
commit 2200c2c0e6
1 changed files with 1 additions and 0 deletions

View File

@ -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 '{}' \;