aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2014-06-30 08:50:00 +0000
committerChris Staub <chris@linuxfromscratch.org>2014-06-30 08:50:00 +0000
commitcf5da6bb0bfe2b8c3bbe0d1aaac3497e0c03f61e (patch)
tree3a6d2d81cb2104391aa03d2dad8f5bb80b60d7f9 /chapter06
parent62b7a34d0ddc0d142d48ef2e923df661c7d769d7 (diff)
Don't need DESTDIR or MANDIR for IPRoute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/iproute2.xml20
1 files changed, 2 insertions, 18 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 04b828b5b..8940165b4 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -60,21 +60,7 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<para>Compile the package:</para>
-<screen><userinput remap="make">make DESTDIR=</userinput></screen>
-
- <variablelist>
- <title>The meaning of the make option:</title>
-
- <varlistentry>
- <term><parameter>DESTDIR=</parameter></term>
- <listitem>
- <para>This ensures that the IPRoute2 binaries will install into
- the correct directory. By default, <parameter>DESTDIR</parameter> is
- set to <filename class="directory">/usr</filename>.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
+<screen><userinput remap="make">make</userinput></screen>
<para>This package comes with a test suite, but due to assumptions it makes,
it is not possible to reliably run these tests from within the chroot
@@ -87,9 +73,7 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<para>Install the package:</para>
-<screen><userinput remap="install">make DESTDIR= \
- MANDIR=/usr/share/man \
- DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
+<screen><userinput remap="install">make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
</sect2>