Changeset 46a27c2 for xsoft


Ignore:
Timestamp:
04/09/2008 12:58:30 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
32d0e29
Parents:
0afc0b42
Message:

Misc typo fixes and minor rewording in the OpenOffice instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7369 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/suites/openoffice.xml

    r0afc0b42 r46a27c2  
    257257for appl in sbase scalc sdraw simpress smath soffice spadmin swriter
    258258do
    259     ln -v -sf /opt/openoffice-&openoffice-version;/program/$appl /usr/bin/$appl
     259    ln -v -sf /opt/openoffice-&openoffice-version;/program/$appl /usr/bin
    260260done &amp;&amp;
    261261
     
    268268
    269269    <para>If you have installed <xref linkend="desktop-file-utils"/>, you
    270     should copy the <filename>*.desktop</filename> files to
    271     <filename>/usr/share/applications</filename> with the following
     270    should copy the <filename class='extension'>*.desktop</filename> files to
     271    <filename>/usr/share/applications</filename> using the following
    272272    commands as the <systemitem class="username">root</systemitem> user:</para>
    273273
     
    301301
    302302    <para><command>sed 's@..\$dist\$/configure@uudecode="no"...'</command>:
    303     This command corrects a build failure when a faulty
    304     <command>uudecode</command>, provided by <xref linkend="gmime"/>, is
    305     installed.</para>
     303    This command corrects a build failure if a faulty
     304    <command>uudecode</command> program provided by the <xref linkend="gmime"/>
     305    package is installed.</para>
    306306
    307307    <para><parameter>--enable-*</parameter>: The switches listed in the
     
    351351    <para><parameter>--disable-odk</parameter>: This switch disables the build
    352352    of the <application>OpenOffice</application> SDK.  Omit this switch if
    353     you've downloaded the SDK package above.</para>
     353    you've downloaded the SDK package (and additional requirements)
     354    above.</para>
    354355
    355356    <para><parameter>--disable-qadevooo</parameter>: This switch skips
     
    364365    This will disable the use of a <application>Thunderbird</application>
    365366    address book as a data source.  If you omit the type of installation,
    366     configure defaults to, and searches for a working
     367    <command>configure</command> defaults to and searches for a working
    367368    <application>XULRunner</application> installation and will fail if
    368369    one is not found.</para>
     
    385386    <para><parameter>--with-use-shell=bash</parameter>: Tells the
    386387    <application>OpenOffice</application> build system to use
    387     <command>bash</command> as opposed to <command>tcsh</command>.</para>
     388    <command>bash</command> instead of <command>tcsh</command>.</para>
    388389
    389390    <para><command>./bootstrap</command>: Build the
     
    394395
    395396    <para><command>for appl in sbase scalc...</command>: Creates symlinks
    396     for the applicatons in
     397    for the applications in
    397398    <filename class="directory">/usr/bin</filename>.</para>
    398399
Note: See TracChangeset for help on using the changeset viewer.