diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 1ba8dfc97..fb6216aef 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -129,7 +129,7 @@ <para>Install the documentation for the Linux kernel:</para> -<screen><userinput>install -d /usr/share/doc/linux-&linux-version; && +<screen><userinput>install -d /usr/share/doc/linux-&linux-version; cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen> <para>It is important to note that the files in the kernel source |