From 2c2c415bfee72cef4eea935e833161034a8278b2 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Mon, 19 Apr 2010 19:55:44 +0000 Subject: Install into $(libdir)/chromium/plugins so chrome can find it Fixes bug 15643 --- diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am index 77ad2c9..cfb6b67 100644 --- a/browser-plugin/Makefile.am +++ b/browser-plugin/Makefile.am @@ -1,4 +1,4 @@ -plugindir = ${libdir}/mozilla/plugins +plugindir = ${libdir}/chromium/plugins plugin_LTLIBRARIES = libevince-plugin.la libevince_plugin_la_SOURCES = \ -- cgit v0.9.1