From ad83f72ad8ff3782a03c2bbd97cd746f908c9166 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Tue, 24 Jul 2007 14:48:14 +0000 Subject: Remove extraneous && in chained commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 2 +- chapter08/kernel.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter08') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 8374c5719..913ed5f0c 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -134,7 +134,7 @@ EOF be symlinked to /etc/grub/menu.lst. To satisfy this requirement, issue the following command: -mkdir -v /etc/grub && +mkdir -v /etc/grub ln -sv /boot/grub/menu.lst /etc/grub 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 @@ Install the documentation for the Linux kernel: -install -d /usr/share/doc/linux-&linux-version; && +install -d /usr/share/doc/linux-&linux-version; cp -r Documentation/* /usr/share/doc/linux-&linux-version; It is important to note that the files in the kernel source -- cgit v1.2.3-54-g00ecf