diff options
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 323dcd3ff..130fb3798 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -21,6 +21,8 @@ <sect2 role="installation"> <title>Installation of Bash</title> +<para>Apply a patch:</para> + <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen> <para>Prepare Bash for compilation:</para> @@ -38,6 +40,8 @@ <screen><userinput>make install</userinput></screen> +<para>Create a symlink:</para> + <screen><userinput>ln -s bash /tools/bin/sh</userinput></screen> </sect2> |