Commit 998d544a authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: distribute the plugin cache created at build time (refs #14519)

parent b34445c4
...@@ -18,12 +18,12 @@ VLC-dev.app: VLC-tmp ...@@ -18,12 +18,12 @@ VLC-dev.app: VLC-tmp
VLC.app: VLC-tmp VLC.app: VLC-tmp
rm -Rf $@ rm -Rf $@
cp -R VLC-tmp $@ cp -R VLC-tmp $@
rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/BGHUDAppKitPlugin.ibplugin
rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/README.textile
PRODUCT="$@" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/extras/package/macosx/build-package.sh PRODUCT="$@" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/extras/package/macosx/build-package.sh
cp "$(top_builddir)/modules/plugins.dat" $@/Contents/MacOS/plugins
find $@ -type d -exec chmod ugo+rx '{}' \; find $@ -type d -exec chmod ugo+rx '{}' \;
find $@ -type f -exec chmod ugo+r '{}' \; find $@ -type f -exec chmod ugo+r '{}' \;
rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/BGHUDAppKitPlugin.ibplugin
rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/README.textile
VLC-tmp: VLC-tmp:
$(AM_V_GEN)for i in src lib share; do \ $(AM_V_GEN)for i in src lib share; do \
......
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