vlc | branch: master | David Fuhrmann <[email protected]> | Sun Jul 26 
22:47:38 2015 +0200| [5d6b149ffbe60541e3be9e14417dde21f315868a] | committer: 
David Fuhrmann

macosx: rebuild plugins cache for bundle creation

The build-dir plugin cache is incomplete and contains wrong paths.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d6b149ffbe60541e3be9e14417dde21f315868a
---

 extras/package/macosx/package.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/package.mak 
b/extras/package/macosx/package.mak
index 14cdf33..a623c6b 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -21,7 +21,7 @@ VLC.app: 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
-       cp "$(top_builddir)/modules/plugins.dat" $@/Contents/MacOS/plugins
+       bin/vlc-cache-gen $@/Contents/MacOS/plugins
        find $@ -type d -exec chmod ugo+rx '{}' \;
        find $@ -type f -exec chmod ugo+r '{}' \;
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to