[vlc-devel] commit: strip modern nib-files correctly when doing release builds ( Felix Paul Kühne )

git version control git at videolan.org
Wed May 27 12:05:08 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed May 27 12:04:45 2009 +0200| [6f8279db2220c2e0ebac6e28eb17230189ddae7e] | committer: Felix Paul Kühne 

strip modern nib-files correctly when doing release builds

No need to backport this, as 1.0-bugfix only includes classic nibs

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

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fa3a571..93a6e04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -588,6 +588,7 @@ VLC-release.app: vlc
 	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/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-devel mailing list