aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/fileutils-inst.xml
blob: 4e2345135f344196593d3167e87cca39f1feab35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Fileutils</title>

<para>Prepare Fileutils to be compiled:</para>

<para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para>

<para>Continue with compiling the package:</para>

<para><screen><userinput>make</userinput></screen></para>

<para>Install the package:</para>

<para><screen><userinput>make install</userinput></screen></para>

<para>Some packages hardwire the path to the
<userinput>install</userinput> program as
<emphasis>/usr/bin/install</emphasis>. Create a symlink
to account for this:</para>

<para><screen><userinput>ln -s ../../bin/install /usr/bin</userinput></screen></para>

</sect2>