mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 05:50:20 +01:00
removed duplicate chown of $LFS/usr/include/linux
clarified what the chown's do git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
04d01d7b0c
commit
5f4af765fa
@ -38,8 +38,8 @@ These commands copy the kernel headers in the
|
||||
<userinput>chown root.root $LFS/usr/include/asm -R </userinput>:
|
||||
These commands change the ownership of the
|
||||
<filename>$LFS/usr/include/linux</filename> and the
|
||||
<filename>$LFS/usr/include/asm</filename> directories to the user
|
||||
root and group root.
|
||||
<filename>$LFS/usr/include/asm</filename> directories, plus all the
|
||||
files contained therein to the user root and group root.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -23,7 +23,6 @@ The kernel configuration file is created by running the following command:
|
||||
<userinput>chown root.root $LFS/usr/include/linux -R &&</userinput>
|
||||
<userinput>mkdir asm &&</userinput>
|
||||
<userinput>cp -a ../src/linux/include/asm/* asm &&</userinput>
|
||||
<userinput>chown root.root $LFS/usr/include/linux -R &&</userinput>
|
||||
<userinput>chown root.root $LFS/usr/include/asm -R</userinput>
|
||||
</screen>
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user