From dfff7acefff4d17a94402eca14f3304995b80533 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 12 Jun 2005 22:15:51 +0000 Subject: [PATCH] Update to thunderbird-1.0.2 and fix installation location for its 'defaults' directory git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4583 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 6 +++++ xsoft/other/thunderbird.xml | 36 +++++++++++++++++++++++------- 3 files changed, 35 insertions(+), 9 deletions(-) diff --git a/general.ent b/general.ent index d8763e45b0..5e41f77e0a 100644 --- a/general.ent +++ b/general.ent @@ -418,7 +418,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 97df04b668..610995499a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -24,6 +24,12 @@ + + June 12th, 2005 [bdubbs]: Updated to thunderbird-1.0.2 and fixed + problem in the installation of thunderbird's + defaults> directory. + + June 12th, 2005 [bdubbs]: Added instruction to make rc.iptables executable in firewalling section. diff --git a/xsoft/other/thunderbird.xml b/xsoft/other/thunderbird.xml index 1b33c59fc9..17c241548f 100644 --- a/xsoft/other/thunderbird.xml +++ b/xsoft/other/thunderbird.xml @@ -6,14 +6,14 @@ - - - - + + + + - + - + @@ -125,6 +125,10 @@ export MOZILLA_OFFICIAL="1" && export BUILD_OFFICIAL="1" && export MOZ_THUNDERBIRD="1" && + +sed -i -e 's/$(destdir)$(bindir)/$(DESTDIR)$(mozappdir)/' \ + mail/app/Makefile.in && + ./configure --prefix=/usr \ --with-default-mozilla-five-home=/usr/lib/thunderbird-&thunderbird-version; \ --with-system-zlib \ @@ -201,6 +205,22 @@ touch `find . -name *.rdf` the /usr hierarchy. + Finally, unset the build variables from the unprivileged user's + environment: + +unset MOZILLA_OFFICIAL && +unset BUILD_OFFICIAL && +unset MOZ_THUNDERBIRD + + + + + Command Explanations + + sed -i -e 's/$(destdir)$(bindir)/$(DESTDIR)$(mozappdir)/' + mail/app/Makefile.in: Correct the installation location of the + defaults directory. + @@ -212,12 +232,12 @@ touch `find . -name *.rdf` Installed Directories - thunderbird + thunderbird and thunderbird-config Numerous libraries, email/newsgroups components, plugins, extensions, and helper modules installed in /usr/lib/thunderbird-&thunderbird-version; - /usr/bin/defaults, /usr/include/thunderbird-&thunderbird-version;, + /usr/include/thunderbird-&thunderbird-version;, /usr/lib/thunderbird-&thunderbird-version;, and /usr/share/idl/thunderbird-&thunderbird-version;