From 6f8279db2220c2e0ebac6e28eb17230189ddae7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Wed, 27 May 2009 12:04:45 +0200 Subject: [PATCH] strip modern nib-files correctly when doing release builds No need to backport this, as 1.0-bugfix only includes classic nibs --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index fa3a571c88..93a6e04c70 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 '{}' \; -- 2.39.5