X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.am;h=93a6e04c709517af7c8922d69766698a73da34a7;hb=55c960749e8f91763e720ac610d5dd56f90fcde1;hp=fa3a571c88978eb1d335800f875a0127b0be65f8;hpb=c5c06b64c806052086e5772d64e540a8db7e4a9b;p=vlc 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 '{}' \;