Changeset 4547561 for BOOK/final-system/common
- Timestamp:
- Mar 30, 2014, 8:24:57 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0886dd9
- Parents:
- 8f94b08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/systemd.xml
r8f94b08 r4547561 100 100 <screen os="k"><userinput>make install</userinput></screen> 101 101 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> 110 105 111 106 <para os="n">Move NSS myhostname library to <filename class="directory">/lib
Note:
See TracChangeset
for help on using the changeset viewer.