[vlc-devel] commit: Don't distribute the info.nib and classes.nib within VLC-release. app ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Sep 14 00:26:15 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Sep 14 00:29:20 2008 +0200| [d14909e7eed265467bc8e1a6035dc1427ee5e057] | committer: Felix Paul Kühne
Don't distribute the info.nib and classes.nib within VLC-release.app
Saves a few kB and prevents some, ehm, corruption.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d14909e7eed265467bc8e1a6035dc1427ee5e057
---
Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 91eae3e..6920a02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -566,6 +566,8 @@ VLC-release.app: vlc
$(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
done
printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
+ find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name classes.nib -delete;
+ find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name info.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-devel
mailing list