From 103bbd63fe104a52e181da0653c43212b990f5e6 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 5 Sep 2011 16:26:50 +0000 Subject: Typo in sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pkg-config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/pkg-config.xml') diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index c2cf4149f..13a98b396 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -51,7 +51,8 @@ Fix a problem with one of Pkg-config's tests: -sed -i -e '/!done/i/ longArg = NULL;' popt/popt.c +sed -i -e '/!done/a\ + longArg = NULL;' popt/popt.c Prepare Pkg-config for compilation: -- cgit v1.2.3-54-g00ecf