Changeset a84c732 for chapter07


Ignore:
Timestamp:
06/11/2023 08:40:43 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
8ec5b53
Parents:
7481894
git-author:
Xi Ruoyao <xry111@…> (06/10/2023 05:48:21 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/11/2023 08:40:43 PM)
Message:

loongarch: chapter04: Always create lib64

We may revise it again we we add ilp32 support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/changingowner.xml

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