[tracker] firefox, thunderbird: Guess install directory using actual version installed
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] firefox, thunderbird: Guess install directory using actual version installed
- Date: Wed, 22 Feb 2012 18:35:35 +0000 (UTC)
commit 8907741e1de3aeefbd950d2fe0b66b0d97fc00ca
Author: Martyn Russell <martyn lanedo com>
Date: Wed Feb 22 17:25:04 2012 +0000
firefox,thunderbird: Guess install directory using actual version installed
configure.ac | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0abfcb1..99f9340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1229,7 +1229,7 @@ if test "x$have_tracker_miner_thunderbird" = "xyes"; then
[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-5.0/extensions"
+ tracker_miner_thunderbird_install_dir="${prefix}/lib/thunderbird-${thunderbird_version}/extensions"
else
tracker_miner_thunderbird_install_dir="$with_thunderbird_plugin_dir"
fi
@@ -1268,13 +1268,12 @@ else
fi
if test "x$have_tracker_miner_firefox" = "xyes"; then
-
AC_ARG_WITH([firefox_plugin_dir],
AS_HELP_STRING([--with-firefox-plugin-dir],
[path to Firefox plugin directory]))
if test "x$with_firefox_plugin_dir" = "x" ; then
# This is a symlinked to $prefix/share/xul-ext
- tracker_miner_firefox_install_dir="${prefix}/lib/firefox-5.0/extensions"
+ tracker_miner_firefox_install_dir="${prefix}/lib/firefox-${firefox_version}/extensions"
else
tracker_miner_firefox_install_dir="$with_firefox_plugin_dir"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]