Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/changingowner.xml

    ra84c732 r9174a66  
    3434  command:</para>
    3535
    36 <screen><userinput>chown -R root:root $LFS/{usr,lib,lib64,var,etc,bin,sbin,tools}</userinput></screen>
     36<screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
     37case $(uname -m) in
     38  x86_64) chown -R root:root $LFS/lib64 ;;
     39esac</userinput></screen>
    3740
    3841</sect1>
Note: See TracChangeset for help on using the changeset viewer.