aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/patch-inst.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml
index 52c9e7b5d..5f4f0400d 100644
--- a/chapter06/patch-inst.xml
+++ b/chapter06/patch-inst.xml
@@ -3,7 +3,9 @@
<para>Install Patch by running the following commands:</para>
-<para><screen><userinput>CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" ./configure --prefix=/usr &amp;&amp;
+<para><screen><userinput>export CPPFLAGS=-D_GNU_SOURCE &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
+unset CPPFLAGS &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>