Ignore:
Timestamp:
05/16/2019 06:29:32 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
4a8482f
Parents:
8c5e7286
Message:

Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/man-db.xml

    r8c5e7286 r01ffc23  
    4444    <para>Prepare Man-DB for compilation:</para>
    4545
    46 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                        \
     46<screen revision="systemd"><userinput remap="configure">sed -i '/find/s@/usr@@' init/systemd/man-db.service.in
     47
     48./configure --prefix=/usr                        \
    4749            --docdir=/usr/share/doc/man-db-&man-db-version; \
    4850            --sysconfdir=/etc                    \
     
    6769      <title>The meaning of the configure options:</title>
    6870
     71      <varlistentry revision="systemd">
     72        <term><command>sed -i '/find/s@/usr@@' init/systemd/man-db.service.in</command></term>
     73        <listitem>
     74          <para>This changes a harcoded path to the <command>find</command>
     75          utility, which we install in
     76          <filename class="directory">/bin</filename>.</para>
     77        </listitem>
     78      </varlistentry>
     79
    6980      <varlistentry>
    7081        <term><parameter>--disable-setuid</parameter></term>
Note: See TracChangeset for help on using the changeset viewer.