diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-05-26 01:20:15 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-05-26 08:04:51 +0200 |
commit | 8d5f7c755720a52c1f103acf627c1f6109047802 (patch) | |
tree | e780871beec08760d1ae33857aa6c17b503fd2c8 /chapter08 | |
parent | d3e6c1b7e62918290a00fec78a050dc3e1f61aa9 (diff) |
Tweak install in iproute2 (rmv DOCDIR)
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/iproute2.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index cd8385aff..cf2065fb3 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -75,7 +75,12 @@ rm -fv man/man8/arpd.8</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen> +<screen><userinput remap="install">make install</userinput></screen> + + <para>If desired, install the documentation:</para> + +<screen><userinput remap="install">mkdir -v /usr/share/doc/iproute2-&iproute2-version; +cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></screen> </sect2> |