Ignore:
Timestamp:
10/01/2014 07:56:19 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2dedf93
Parents:
e8a3404
Message:

Update doc directory for xfsprogs, xapian, and wicd.

For some reason havind an entity in an id="" field doesn't
validate fo rme. Change to a constant. It's only used internally
so it doesn't need to change with version.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfsprogs.xml

    re8a3404 r38fb1e3  
    9393    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9494
    95 <screen role="root"><userinput>make install     &amp;&amp;
    96 make install-dev &amp;&amp;
    97 rm -rfv /lib/libhandle.{a,la,so} &amp;&amp;
    98 ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so &amp;&amp;
     95<screen role="root"><userinput>make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install     &amp;&amp;
     96make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install-dev &amp;&amp;
     97rm -rfv /lib/libhandle.{a,la,so}                          &amp;&amp;
     98ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so    &amp;&amp;
    9999sed -i "s@libdir='/lib@libdir='/usr/lib@g" /usr/lib/libhandle.la</userinput></screen>
    100100
     
    137137        xfs_quota, xfs_repair, and xfs_rtcp</seg>
    138138        <seg>libhandle.{so,a}</seg>
    139         <seg>/usr/include/xfs and /usr/share/doc/xfsprogs</seg>
     139        <seg>/usr/include/xfs and /usr/share/doc/xfsprogs-&xfsprogs-version;</seg>
    140140      </seglistitem>
    141141    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.