diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-08 10:08:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-08 10:08:11 +0000 |
commit | 3d2019bdcda0dc412432cbbccd3dfb7e69b90090 (patch) | |
tree | abb268ee457311bf04c13037a41f2a4cc6f13cc6 /chapter06 | |
parent | 62bc8accf44fde8f9c0a57161aea04e4ee49cc93 (diff) |
Upgrade to iproute2-051007
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 1ed949d15..3a80d57ce 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -45,7 +45,8 @@ <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen> <para>Prepare IPRoute2 for compilation:</para> - <screen><userinput>./configure</userinput></screen> + <screen><userinput>chmod u+x configure && +./configure</userinput></screen> <para>Compile the package:</para> |