diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-30 11:51:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-30 11:51:48 +0000 |
commit | 5e84d795b19599f00bda6178578dc33f38c0da7f (patch) | |
tree | 03f2f0c59f6c87554467b7c477dc7338d547d299 | |
parent | 3b3e965d2933fadf3933216cbf53373f7cfa1b8a (diff) |
added gawk patch explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gawk-exp.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter06/gawk-exp.xml b/chapter06/gawk-exp.xml new file mode 100644 index 000000000..f76aa456c --- /dev/null +++ b/chapter06/gawk-exp.xml @@ -0,0 +1,11 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>patch -Np1 -i ../gawk-&gawk-version;.patch:</userinput> This +patch alters the code that determines the location of the +<filename class="directory">libexec</filename> directory. This patch will +allow us to override it by passing <emphasis>--libexecdir</emphasis> to the +configure script.</para> + +</sect2> + |