diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-30 22:10:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-30 22:10:21 +0000 |
commit | b19e465b85b941779cd3e121a9e384717842d566 (patch) | |
tree | 9f34c72e8669fb5d888ee598c89e74aba99b84e5 | |
parent | 90af77e59ace5961068156b41f63ae7db90d7fe6 (diff) |
updated explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/file-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/file-exp.xml b/chapter06/file-exp.xml index 506520f98..3e6043c89 100644 --- a/chapter06/file-exp.xml +++ b/chapter06/file-exp.xml @@ -1,7 +1,7 @@ <sect2> <title>Command explanations</title> -<para><userinput>sed '/#define __/a #include <stdint.h>' readelf.h.backup > readelf.h :</userinput> This +<para><userinput>sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h :</userinput> This sed fixes an error which occurs when compiling file-3.36 with automake-1.5 installed.</para> |