Changeset 4ad54f3 for BOOK/final-system
- Timestamp:
- Aug 17, 2014, 3:58:34 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 5f88199
- Parents:
- 2f1545e
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/less.xml
r2f1545e r4ad54f3 29 29 <screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen> 30 30 31 <variablelist os="c"> 32 <title>The meaning of the configure option:</title> 31 <para os="c">Compile the package:</para> 33 32 34 <varlistentry> 35 <term><parameter>--sysconfdir=/etc</parameter></term> 36 <listitem> 37 <para>This option tells the programs created by the package to look 38 in <filename class="directory">/etc</filename> for the configuration 39 files.</para> 40 </listitem> 41 </varlistentry> 42 </variablelist> 33 <screen os="d"><userinput>make</userinput></screen> 43 34 44 <para os=" d">Compile the package:</para>35 <para os="e">This package does not come with a test suite.</para> 45 36 46 <screen os="e"><userinput>make</userinput></screen>37 <para os="f">Install the package:</para> 47 38 48 <para os="f">This package does not come with a test suite.</para>39 <screen os="g"><userinput>make install</userinput></screen> 49 40 50 <para os="g">Install the package:</para> 51 52 <screen os="h"><userinput>make install</userinput></screen> 53 54 <para os="i">Move <command>less</command> to 41 <para os="h">Move <command>less</command> to 55 42 <filename class="directory">/bin</filename>:</para> 56 43 57 <screen os=" j"><userinput>mv -v /usr/bin/less /bin</userinput></screen>44 <screen os="i"><userinput>mv -v /usr/bin/less /bin</userinput></screen> 58 45 59 46 </sect2> -
BOOK/final-system/multilib/less.xml
r2f1545e r4ad54f3 57 57 xpointer="xpointer(//*[@os='i'])"/> 58 58 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"60 href="../common/less.xml"61 xpointer="xpointer(//*[@os='j'])"/>62 63 59 </sect2> 64 60
Note:
See TracChangeset
for help on using the changeset viewer.