Changeset 381628a


Ignore:
Timestamp:
06/29/2006 06:40:49 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7763249
Parents:
a6e4fb1
Message:

Changed the XFS installation to be more consistent with the rest of the book

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra6e4fb1 r381628a  
    1 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     1<!ENTITY day          "29">                   <!-- Always 2 digits -->
    22<!ENTITY month        "06">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • introduction/welcome/changelog.xml

    ra6e4fb1 r381628a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Changed the installation instructions and
     49          explanations in XFS to be more consistent with the rest of the
     50          book. Thanks to Chris Staub for prompting the change.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[dnicholson] - Fixed sed command in WvStreams to not alter
    4954          a non-existent file. Thanks to Angel Tsankov.</para>
  • postlfs/filesystems/xfs.xml

    ra6e4fb1 r381628a  
    9191    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9292
    93 <screen role="root"><userinput>make install</userinput></screen>
    94 
    95     <para>The <application>XFS</application> library installation is
    96     incomplete.  To finish the installation, issue the following commands
    97     as the <systemitem class="username">root</systemitem> user:</para>
    98 
    99 <screen role="root"><userinput>chmod -v 755 /lib/libhandle.so* &amp;&amp;
     93<screen role="root"><userinput>make install &amp;&amp;
     94chmod -v 755 /lib/libhandle.so* &amp;&amp;
    10095install -v -m755 -D libhandle/libhandle.la /usr/lib/libhandle.la &amp;&amp;
    10196install -v -m644 libhandle/.libs/libhandle.a /usr/lib &amp;&amp;
     
    119114
    120115    <para><command>install -v ...</command>: These commands install the
    121     static library and libtool archive for <filename>libhandle</filename>.</para>
     116    static library and libtool archive for <filename>libhandle</filename>
     117    since <command>make install</command> only installs the shared
     118    library.</para>
    122119
    123120    <para><command>ln -sv ...</command>: This command installs a symlink
Note: See TracChangeset for help on using the changeset viewer.