mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
Removed chmod and chown commands from linux headers installation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
12b905ac95
commit
34e45fc4f2
@ -39,6 +39,11 @@
|
||||
<listitem>
|
||||
<para>2007-02-24</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[manuel] - Removed chmod and chown commands from linux headers
|
||||
installation. The headers are now installed with the proper permissions.
|
||||
Fixes <ulink url="&lfs-ticket-root;1965">#1965</ulink></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Linux-2.6.20.1. Fixes
|
||||
<ulink url="&lfs-ticket-root;1964">#1964</ulink></para>
|
||||
|
@ -46,15 +46,6 @@
|
||||
make headers_check
|
||||
make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
|
||||
|
||||
<para>Ensure that all the headers are owned by root:</para>
|
||||
|
||||
<screen><userinput>chown -Rv root:root /usr/include/{asm,linux}</userinput></screen>
|
||||
|
||||
<para>Make sure the users can read the headers:</para>
|
||||
|
||||
<screen><userinput>find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \;
|
||||
find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="contents-linux-headers" role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user