From 7af598d1e24f0a5b8338319f3f8afb6157e4a24f Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 12 Oct 2008 23:36:21 +0000 Subject: Corrected installation prefixes of Iproute2 package. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'chapter06') 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 -- cgit v1.2.3-54-g00ecf