[tracker] thunderbird: Fixed plugin location which has changed



commit 92e7e6fa2b2af500e01497386bea07671d1463b5
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Mar 13 20:29:58 2013 +0000

    thunderbird: Fixed plugin location which has changed

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 63d3c5b..33d8a48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1297,13 +1297,13 @@ else
 fi
 
 if test "x$have_tracker_miner_thunderbird" = "xyes"; then
-
    AC_ARG_WITH([thunderbird_plugin_dir],
                AS_HELP_STRING([--with-thunderbird-plugin-dir],
                               [path to Thunderbird plugin directory]))
    if test "x$with_thunderbird_plugin_dir" = "x" ; then
       # This is a symlinked to $prefix/share/xul-ext
-      tracker_miner_thunderbird_install_dir="${prefix}/lib/thunderbird-${thunderbird_version}/extensions"
+      # This was ${prefix}/lib/thunderbird-${thunderbird_version}/extensions
+      tracker_miner_thunderbird_install_dir="${prefix}/lib/thunderbird-addons/extensions"
    else
       tracker_miner_thunderbird_install_dir="$with_thunderbird_plugin_dir"
    fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]