From a37eb09e88f94336090b70fecee9ad13f2a7e292 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 22 Aug 2001 14:23:07 +0000 Subject: bug 133 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernel-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index 5d79a5ba3..3ac2f4e01 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -15,10 +15,10 @@ command: make dep && cd $LFS/usr/include && cp -a ../src/linux/include/linux . && -chown root.root $LFS/usr/include/linux -R && +chown -R root.root $LFS/usr/include/linux && mkdir asm && cp -a ../src/linux/include/asm/* asm && -chown root.root $LFS/usr/include/asm -R +chown -R root.root $LFS/usr/include/asm -- cgit v1.2.3-54-g00ecf