From aa909a0f6377dc5313d34b1122305fdb0901e05f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 1 Feb 2009 23:51:31 +0000 Subject: Remove redundant SBINDIR parameter from IPRoute2's instructions. Fixes last part of #2307. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8802 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'chapter06/iproute2.xml') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 007639a33..b1e7374b4 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -43,10 +43,10 @@ Compile the package: -make DESTDIR= SBINDIR=/sbin +make DESTDIR= - The meaning of the make options: + The meaning of the make option: DESTDIR= @@ -57,16 +57,6 @@ - - SBINDIR=/sbin - - This ensures that the IPRoute2 binaries will install into - /sbin. This is the correct - location according to the FHS, because some of the IPRoute2 binaries - are used by the LFS-Bootscripts package. - - - This package comes with a testsuite, but due to assumptions it makes, -- cgit v1.2.3-54-g00ecf