From 715f65f6ca2463383c047bfbdeaaf9ec36824f42 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 19 Jul 2004 17:46:43 +0000 Subject: * Install iproute2 to /sbin now to comply with the FHS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 4b4c3596b..bc8f32940 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -47,11 +47,22 @@ Compile the package: - make + make SBINDIR=/sbin + + + + SBINDIR=/sbin + This makes sure that the iproute2 binaries will install into + /sbin. This is the correct + location according to the FHS, as some of the iproute2 binaries are used + in our bootscripts. + + + Now install it: - make install + make install SBINDIR=/sbin -- cgit v1.2.3-54-g00ecf