Changeset 493e95d for final-system/x86
- Timestamp:
- Jul 16, 2006, 9:06:01 AM (18 years ago)
- Children:
- d1e75ef7
- Parents:
- d131f0d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/x86/linux-headers.xml
rd131f0d4 r493e95d 49 49 <screen><userinput>cp -av include/asm-i386/* /usr/include/asm</userinput></screen> 50 50 51 <para os="e">Ensure that all the headers are owned by52 <systemitem class="username">root</systemitem>:</para>53 54 <screen os="f"><userinput>chown -Rv root:root /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound}</userinput></screen>55 56 <para os="g">Make sure the users can read the headers:</para>57 58 <screen os="h"><userinput>find /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type d -exec chmod -v 755 {} \;59 find /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type f -exec chmod -v 644 {} \;</userinput></screen>60 61 51 </sect2> 62 52
Note:
See TracChangeset
for help on using the changeset viewer.