Changeset e6423a01 for final-system/common/findutils.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (20 years ago)
- Children:
- 193b7dd
- Parents:
- b8fddc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/findutils.xml
rb8fddc7 re6423a01 39 39 <para os="a">Prepare Findutils for compilation:</para> 40 40 41 <screen ><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \41 <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \ 42 42 --localstatedir=/var/lib/locate</userinput></screen> 43 43 44 <variablelist os=" b">44 <variablelist os="c"> 45 45 <title>The meaning of the configure options:</title> 46 46 … … 56 56 </variablelist> 57 57 58 <para os=" c">Compile the package:</para>58 <para os="d">Compile the package:</para> 59 59 60 <screen os=" d"><userinput>make</userinput></screen>60 <screen os="e"><userinput>make</userinput></screen> 61 61 62 <para os=" e">To test the results, issue:62 <para os="f">To test the results, issue: 63 63 <userinput>make check</userinput>.</para> 64 64 65 <para os=" f">Install the package:</para>65 <para os="g">Install the package:</para> 66 66 67 <screen os=" g"><userinput>make install</userinput></screen>67 <screen os="h"><userinput>make install</userinput></screen> 68 68 69 69 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.