diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 15:24:46 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 15:24:46 +0000 |
commit | bdb3cca0a431a8c5b3d871d1740955820b8a2df5 (patch) | |
tree | dffe38dbe20b1bcd047162b4e16511c403a9b9b6 /chapter06/iproute2.xml | |
parent | b00e6ce1b2c451a1b3db079d7ae52ed20ccd4781 (diff) |
Modified the IPRoute2 installation command so that the docs are installed in a versioned directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 1934f0fbe..33f8dfbd2 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -71,7 +71,8 @@ <para>Install the package:</para> -<screen><userinput remap="install">make SBINDIR=/sbin install</userinput></screen> +<screen><userinput remap="install">make SBINDIR=/sbin \ + DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen> <para>The <command>arpd</command> binary links against the Berkeley DB libraries that reside in <filename class="directory">/usr</filename> and |