]> git.sesse.net Git - vlc/commitdiff
strip modern nib-files correctly when doing release builds
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 27 May 2009 10:04:45 +0000 (12:04 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 27 May 2009 10:05:07 +0000 (12:05 +0200)
No need to backport this, as 1.0-bugfix only includes classic nibs

Makefile.am

index fa3a571c88978eb1d335800f875a0127b0be65f8..93a6e04c709517af7c8922d69766698a73da34a7 100644 (file)
@@ -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 '{}' \;