Changeset 7210854


Ignore:
Timestamp:
04/30/2024 05:43:09 PM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
1dd25fd, 5a661c39
Parents:
d0ca5ead (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:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    rd0ca5ead r7210854  
    138138        <listitem>
    139139          <para>This switch causes wide-character libraries (e.g., <filename
    140           class="libraryfile">libncursesw.so.&ncurses-version;</filename>)
     140          class="libraryfile">libncursesw.so.&ncurses-release;</filename>)
    141141          to be built instead of normal ones (e.g., <filename
    142           class="libraryfile">libncurses.so.&ncurses-version;</filename>).
     142          class="libraryfile">libncurses.so.&ncurses-release;</filename>).
    143143          These wide-character libraries are usable in both multibyte and
    144144          traditional 8-bit locales, while normal libraries work properly
  • chapter07/changingowner.xml

    rd0ca5ead r7210854  
    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.