aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/pkg-config.xml3
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>