Changeset 91de356
- Timestamp:
- 05/19/2007 04:43:27 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cf1537ba
- Parents:
- ad8996b7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rad8996b7 r91de356 4 4 --> 5 5 6 <!ENTITY day "1 8"> <!-- Always 2 digits -->6 <!ENTITY day "19"> <!-- Always 2 digits --> 7 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2007"> 9 9 <!ENTITY version "svn-&year;&month;&day;"> 10 <!ENTITY releasedate " April&day;th, &year;">10 <!ENTITY releasedate "May &day;th, &year;"> 11 11 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 12 12 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rad8996b7 r91de356 43 43 44 44 <listitem> 45 <para>May 19th, 2007</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dnicholson] - Fix the installation of the mail extensions 49 to go to the correct directory in Thunderbird.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>May 18th, 2007</para> 46 56 <itemizedlist> -
xsoft/other/thunderbird.xml
rad8996b7 r91de356 258 258 /usr/include/thunderbird-&thunderbird-version;/ldap && 259 259 260 install -v -m755 -d /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/en-US && 261 install -v -m644 ../thunderbird-build/dist/bin/isp/*.{rdf,sfd} \ 262 /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/ && 263 install -v -m644 ../thunderbird-build/dist/bin/isp/en-US/*.rdf \ 264 /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/en-US/</userinput></screen> 260 install -v -m644 ../thunderbird-build/dist/bin/isp/{movemail,rss}.rdf \ 261 /usr/lib/thunderbird-&thunderbird-version;/isp && 262 rm -rvf /usr/lib/thunderbird-&thunderbird-version;/defaults/isp</userinput></screen> 265 263 266 264 <para>If you built <application>Thunderbird</application> utilizing … … 365 363 <application>Enigmail</application>.</para> 366 364 367 <para><command>install .../ *.{rdf,sfd}</command>: These commands are used368 to install a fewmail extensions inadvertantly left out of the369 installation script .</para>365 <para><command>install .../{movemail,rss}.rdf</command>: These commands 366 are used to install two mail extensions inadvertantly left out of the 367 installation script or installed to the wrong location.</para> 370 368 371 369 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.