From b19e465b85b941779cd3e121a9e384717842d566 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 30 Aug 2001 22:10:21 +0000 Subject: [PATCH] updated explanation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/file-exp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Command explanations -sed '/#define __/a #include <stdint.h>' readelf.h.backup > readelf.h : This +sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h : This sed fixes an error which occurs when compiling file-3.36 with automake-1.5 installed.