Ignore:
Timestamp:
07/01/2024 06:59:19 AM (7 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2b63974
Parents:
fe48a03 (diff), 201aa93 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/changingowner.xml

    rfe48a03 re4b4c5a  
    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.