- Timestamp:
- Aug 17, 2014, 10:59:12 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- f47e5cd
- Parents:
- b45cbb3
- git-author:
- Chris Staub <chris@…> (08/17/14 10:58:34)
- git-committer:
- Chris Staub <chris@…> (08/17/14 10:59:12)
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/less.xml
rb45cbb3 rc891ecd 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
rb45cbb3 rc891ecd 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 -
BOOK/introduction/common/changelog.xml
rb45cbb3 rc891ecd 44 44 Boot section Shadow install into one command.</para> 45 45 </listitem> 46 <listitem> 47 <para>[Chris] - Removed redundant command explanation from 48 Less installation page.</para> 49 </listitem> 46 50 </itemizedlist> 47 51 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.