]> git.sesse.net Git - vlc/commitdiff
projects/mozilla/Makefile.am: Fix Mac OS X's package file location.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 01:39:48 +0000 (01:39 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 01:39:48 +0000 (01:39 +0000)
projects/mozilla/Makefile.am

index 37a2c51c5d7685efb9e9680b718192b9824804c7..e17431ad082731146466bb6a430bdcdced75e090 100644 (file)
@@ -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 \