diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-05 16:26:50 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-05 16:26:50 +0000 |
commit | 103bbd63fe104a52e181da0653c43212b990f5e6 (patch) | |
tree | a5a606986738d56afbb21c7046eaca24f155ce32 /chapter06/pkg-config.xml | |
parent | bc3d809946aca8cad9d649f4ee8ef6a41c9dfe31 (diff) |
Typo in sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pkg-config.xml')
-rw-r--r-- | chapter06/pkg-config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <para>Fix a problem with one of Pkg-config's tests:</para> -<screen><userinput remap="pre">sed -i -e '/!done/i/ longArg = NULL;' popt/popt.c</userinput></screen> +<screen><userinput remap="pre">sed -i -e '/!done/a\ + longArg = NULL;' popt/popt.c</userinput></screen> <para>Prepare Pkg-config for compilation:</para> |