From: Felix Paul Kühne Date: Fri, 20 Feb 2009 12:33:31 +0000 (+0100) Subject: macosx-plugin: really fix the compilation if top_builddir != top_srcdir X-Git-Tag: 1.0.0-pre1~554 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=521b3b3d69c41e3f7366d06becd8a99e4b305fb8;p=vlc macosx-plugin: really fix the compilation if top_builddir != top_srcdir --- diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am index ff4a0bb406..0ee94fe155 100644 --- a/projects/mozilla/Makefile.am +++ b/projects/mozilla/Makefile.am @@ -112,7 +112,7 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES) $(INSTALL) .libs/npvlc.dylib "VLC-Plugin.plugin/Contents/MacOS/lib" dylib="VLC-Plugin.plugin/Contents/MacOS/lib/npvlc.dylib"; $(FIXEXECPATH); $(INSTALL) npvlc.rsrc "VLC-Plugin.plugin/Contents/Resources/VLC Plugin.rsrc" - $(INSTALL) "$(top_srcdir)/extras/package/macosx/plugin/Info.plist" "VLC-Plugin.plugin/Contents/Info.plist" + $(INSTALL) "$(top_builddir)/extras/package/macosx/plugin/Info.plist" "VLC-Plugin.plugin/Contents/Info.plist" mv "VLC-Plugin.plugin" "VLC Plugin.plugin" find "VLC Plugin.plugin" -type d -exec chmod ugo+rx '{}' \; find "VLC Plugin.plugin" -type f -exec chmod ugo+r '{}' \;