Author: dnicholson
Date: 2007-05-19 10:43:27 -0600 (Sat, 19 May 2007)
New Revision: 6772
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Log:
Fix the mail extensions installation in thunderbird
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-05-18 20:07:36 UTC (rev 6771)
+++ trunk/BOOK/general.ent 2007-05-19 16:43:27 UTC (rev 6772)
@@ -3,11 +3,11 @@
$Date$
-->
-<!ENTITY day "18"> <!-- Always 2 digits -->
+<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "April &day;th, &year;">
+<!ENTITY releasedate "May &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-05-18 20:07:36 UTC
(rev 6771)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-05-19 16:43:27 UTC
(rev 6772)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>May 19th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Fix the installation of the mail extensions
+ to go to the correct directory in Thunderbird.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 18th, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
===================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml 2007-05-18 20:07:36 UTC (rev
6771)
+++ trunk/BOOK/xsoft/other/thunderbird.xml 2007-05-19 16:43:27 UTC (rev
6772)
@@ -257,11 +257,9 @@
install -v -m644 ../thunderbird-build/dist/public/ldap-private/* \
/usr/include/thunderbird-&thunderbird-version;/ldap &&
-install -v -m755 -d
/usr/lib/thunderbird-&thunderbird-version;/defaults/isp/en-US &&
-install -v -m644 ../thunderbird-build/dist/bin/isp/*.{rdf,sfd} \
- /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/ &&
-install -v -m644 ../thunderbird-build/dist/bin/isp/en-US/*.rdf \
-
/usr/lib/thunderbird-&thunderbird-version;/defaults/isp/en-US/</userinput></screen>
+install -v -m644 ../thunderbird-build/dist/bin/isp/{movemail,rss}.rdf \
+ /usr/lib/thunderbird-&thunderbird-version;/isp &&
+rm -rvf
/usr/lib/thunderbird-&thunderbird-version;/defaults/isp</userinput></screen>
<para>If you built <application>Thunderbird</application> utilizing
system-installed NSS and NSPR libraries, the
@@ -364,9 +362,9 @@
<filename class='extension'>.xpi</filename> file which is used to install
<application>Enigmail</application>.</para>
- <para><command>install .../*.{rdf,sfd}</command>: These commands are used
- to install a few mail extensions inadvertantly left out of the
- installation script.</para>
+ <para><command>install .../{movemail,rss}.rdf</command>: These commands
+ are used to install two mail extensions inadvertantly left out of the
+ installation script or installed to the wrong location.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page