diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-24 14:48:14 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-24 14:48:14 +0000 |
commit | ad83f72ad8ff3782a03c2bbd97cd746f908c9166 (patch) | |
tree | 95a73c8ca67a7e87a228078736659284ea1a3044 /chapter08/kernel.xml | |
parent | 0102f5359213fee5ec5f1acd70885328043dca19 (diff) |
Remove extraneous && in chained commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |