From a82cb9cd0e154c9d0846ade9113f65b80683a40f Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Mon, 4 Feb 2008 01:39:48 +0000 Subject: [PATCH] projects/mozilla/Makefile.am: Fix Mac OS X's package file location. --- projects/mozilla/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am index 37a2c51c5d..e17431ad08 100644 --- a/projects/mozilla/Makefile.am +++ b/projects/mozilla/Makefile.am @@ -129,8 +129,8 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES) dylib="$@/Contents/MacOS/lib/libvlc-control.dylib"; $(FIXEXECPATH) ; $(INSTALL) -d "$@/Contents/Resources" $(INSTALL) npvlc.rsrc "$@/Contents/Resources/VLC Plugin.rsrc" - cp -r "$(top_srcdir)/extras/MacOSX/plugin/English.lproj" "$@/Contents/Resources/" - $(INSTALL) "$(top_srcdir)/extras/MacOSX/plugin/Info.plist" "$@/Contents/Info.plist" + cp -r "$(top_srcdir)/extras/package/macosx/plugin/English.lproj" "$@/Contents/Resources/" + $(INSTALL) "$(top_srcdir)/extras/package/macosx/plugin/Info.plist" "$@/Contents/Info.plist" $(INSTALL) -d "$@/Contents/MacOS/modules" for i in "" `$(VLC_CONFIG) --target plugin` ; do \ if test -n "$$i" ; then \