diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 74dcae52c..32d93222e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-12 + + [dj] - Corrected installation prefixes of Iproute2 + package with DESTDIR and MANDIR paths. + [randy] - Modified the Chapter 6 GMP instructions to include a method for determining all the tests in the test suite passed. diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 33f8dfbd2..7e7705389 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -43,10 +43,19 @@ Compile the package: -make SBINDIR=/sbin +make DESTDIR= SBINDIR=/sbin - The meaning of the make option: + The meaning of the make options: + + + DESTDIR= + + This ensures that the IPRoute2 binaries will install into + the correct directory. By default, DESTDIR is + set to /usr. + + SBINDIR=/sbin @@ -71,7 +80,7 @@ Install the package: -make SBINDIR=/sbin \ +make DESTDIR= SBINDIR=/sbin MANDIR=/usr/share/man \ DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install The arpd binary links against the Berkeley DB