Changeset 8df847c9 for chapter07


Ignore:
Timestamp:
04/27/2024 10:30:25 PM (4 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
1dd25fd
Parents:
2d643ac (diff), 6e179a9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/changingowner.xml

    r2d643ac r8df847c9  
    3434  command:</para>
    3535
    36 <screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
     36<screen><userinput>chown --from lfs -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
    3737case $(uname -m) in
    38   x86_64) chown -R root:root $LFS/lib64 ;;
     38  x86_64) chown --from lfs -R root:root $LFS/lib64 ;;
    3939esac</userinput></screen>
    4040
Note: See TracChangeset for help on using the changeset viewer.