Changeset 1d359cd


Ignore:
Timestamp:
03/24/2007 05:27:29 PM (17 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:
9ce2ad56
Parents:
492000e
Message:

Minor text changes and a change from a cp/chmod command to an install command in the JDK instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk.xml

    r492000e r1d359cd  
    6666    Binary Code License Agreement</quote>). To build from the source, you will
    6767    also need to download the additional files and patches to complete the
    68     source build as detailed below.</para>
     68    source build as detailed below. Note that in some countries you cannot
     69    download the source code.</para>
    6970
    7071    <bridgehead renderas="sect3">Precompiled Package Information</bridgehead>
     
    205206    following commands:</para>
    206207
    207 <screen><userinput>cp jdk-&jdk-bin-string;-linux-i?86.bin jdk-mod.bin &amp;&amp;
     208<screen><userinput>install -m755 jdk-&jdk-bin-string;-linux-i?86.bin jdk-mod.bin &amp;&amp;
    208209sed -i "s:^PATH=.*::" jdk-mod.bin &amp;&amp;
    209 chmod -v +x jdk-mod.bin &amp;&amp;
    210210./jdk-mod.bin &amp;&amp;
    211211rm jdk-mod.bin</userinput></screen>
     
    390390
    391391<screen role="root"><userinput>ln -v -nsf jdk-&jdk-src-version; /opt/jdk/jdk</userinput></screen>
     392
     393    <para>The information below assumes your system is set up using the
     394    instructions found in
     395    <quote><xref linkend="postlfs-config-profile"/></quote>. You may need to
     396    extract the relevant information below and incorporate it into your
     397    system's startup files if your system is set up differently.</para>
    392398
    393399    <para>Add the following <filename>jdk.sh</filename> shell startup file to
Note: See TracChangeset for help on using the changeset viewer.