[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:28:57 CEST 2008
vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sun Sep 14 00:29:20 2008 +0200| [09d032297298ecf4e89ba4175e7a7c12d78213cc] | 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.
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=09d032297298ecf4e89ba4175e7a7c12d78213cc
---
Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0393f48..c229c05 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