Ignore:
Timestamp:
Mar 30, 2014, 1:24:57 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0886dd9
Parents:
8f94b08
Message:

Remove unneeded instructions to install systemd manpages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/systemd.xml

    r8f94b08 r4547561  
    100100<screen os="k"><userinput>make install</userinput></screen>
    101101
    102     <para os="l">Install man pages and documentation files that are not
    103     installed by default:</para>
    104 
    105 <screen os="m"><userinput>for section in 1 3 5 7 8
    106 do
    107   install -v -m644 man/*.${section} /usr/share/man/man${section}
    108 done
    109 install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
     102    <para os="l">Install documentation files that are not installed by default:</para>
     103
     104<screen os="m"><userinput>install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
    110105
    111106    <para os="n">Move NSS myhostname library to <filename class="directory">/lib
Note: See TracChangeset for help on using the changeset viewer.