From: Felix Paul Kühne Date: Wed, 27 May 2009 10:04:45 +0000 (+0200) Subject: strip modern nib-files correctly when doing release builds X-Git-Tag: 1.1.0-ff~5723 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6f8279db2220c2e0ebac6e28eb17230189ddae7e;hp=3b68fc1354c5050d276fdb917b9730d9cc0d031a;p=vlc strip modern nib-files correctly when doing release builds No need to backport this, as 1.0-bugfix only includes classic nibs --- 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 '{}' \;