diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-03-18 21:43:25 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-03-18 21:43:25 +0000 |
commit | 332771ecf7ba75ebe606c7549a87fb7846138db5 (patch) | |
tree | fba8bce7a0a8dfb53f6321244461a765c63aba75 /chapter06 | |
parent | ee75f416f1bf2a1134723157c324a5845285499f (diff) |
Don't run iproute2's configure stage manually
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 96a992878..84e4244e0 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -43,11 +43,6 @@ <sect2 role="installation"> <title>Installation of IPRoute2</title> - <para>Prepare IPRoute2 for compilation:</para> - -<screen><userinput>chmod u+x configure && -./configure</userinput></screen> - <para>Compile the package:</para> <screen><userinput>make SBINDIR=/sbin</userinput></screen> |