Changeset 8a64f4b


Ignore:
Timestamp:
06/17/2005 01:14:08 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
f09699d
Parents:
ceafb03e
Message:

oops role=root in JDK, user/root split complete in OpenOffice

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk.xml

    rceafb03e r8a64f4b  
    317317      <systemitem class="username">root</systemitem> user:</para>
    318318
    319 <screen> role="root"<userinput>ln -v -nsf jdk-&jdk-src-version; /opt/jdk/jdk</userinput></screen>
     319<screen role="root"><userinput>ln -v -nsf jdk-&jdk-src-version; /opt/jdk/jdk</userinput></screen>
    320320
    321321    <para>Add the following <filename>jdk.sh</filename> shell startup file to
     
    323323    commands as the <systemitem class="username">root</systemitem> user:</para>
    324324
    325 <screen> role="root"<userinput>cat &gt; /etc/profile.d/jdk.sh &lt;&lt; "EOF"
     325<screen role="root"><userinput>cat &gt; /etc/profile.d/jdk.sh &lt;&lt; "EOF"
    326326<literal># Begin /etc/profile.d/jdk.sh
    327327
  • xsoft/suites/openoffice.xml

    rceafb03e r8a64f4b  
    158158    temporary symlink in place to satisfy STLport:</para>
    159159
     160    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     161
    160162<screen role="root"><userinput>ln -sf /usr/include/c++/&gcc-version; /usr/g++-v3</userinput></screen>
    161163
    162164    <para>Create a temprorary symlink to the JRE's
    163165    <application>motif</application> libraries:</para>
     166
     167    <para>Again, as the <systemitem class="username">root</systemitem> user:</para>
    164168
    165169<screen role="root"><userinput>ln -sf ${JAVA_HOME}/jre/lib/i?86/motif21/libmawt.so /usr/lib</userinput></screen>
     
    171175    is to not use any custom optimizations. The following command removes an
    172176    incorrect <option>-mcpu</option> option in the above file:</para>
     177
     178    <para>Now, as the normal user:</para>
    173179
    174180<screen><userinput>sed -i "s:\-mcpu=pentiumpro::" \
     
    222228    your country:</para>
    223229
    224 <screen role="root"><userinput>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
    225 sed -i "s:^oo_home=.*:oo_home=openoffice:" install &amp;&amp;
    226 ./install --prefix=/opt &amp;&amp;
     230<screen><userinput>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
     231sed -i "s:^oo_home=.*:oo_home=openoffice:" install</userinput></screen>
     232
     233    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     234
     235<screen role="root"><userinput>./install --prefix=/opt &amp;&amp;
    227236for appl in sagenda scalc sdraw sfax simpress slabel sletter \
    228237    smaster smath smemo soffice spadmin svcard sweb swriter
     
    235244    the <filename>*.desktop</filename> files to
    236245    <filename>/usr/share/applications</filename> with the following
    237     commands:</para>
     246    commands as the <systemitem class="username">root</systemitem> use:</para>
    238247
    239248<screen role="root"><userinput>install -v -d /usr/share/applications -m 755 &amp;&amp;
     
    242251rename -v ooo645 ooo /usr/share/applications/ooo645*.desktop</userinput></screen>
    243252
    244     <para>Finally, remove the temporary symlinks:</para>
     253    <para>Finally, as the <systemitem class="username">root</systemitem>user:
     254    remove the temporary symlinks:</para>
    245255
    246256<screen role="root"><userinput>rm /usr/g++-v3 &amp;&amp;
     
    296306      <segtitle>Installed Programs</segtitle>
    297307      <segtitle>Installed Libraries</segtitle>
    298       <segtitle>Installed Directories</segtitle>
     308      <segtitle>Installed Directory</segtitle>
    299309
    300310      <seglistitem>
     
    303313        svcard, sweb, swriter, and support utilities</seg>
    304314        <seg><application>OpenOffice</application> libraries</seg>
    305         <seg>Not determined at this time</seg>
     315        <seg>/opt/openoffice</seg>
    306316      </seglistitem>
    307317    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.