Commit 09d03229 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Don't distribute the info.nib and classes.nib within VLC-release.app

Saves a few kB and prevents some, ehm, corruption.
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent c8b4e5c9
......@@ -566,6 +566,8 @@ VLC-release.app: vlc
$(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
done
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 -type d -exec chmod ugo+rx '{}' \;
find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment