Ignore:
Timestamp:
01/06/2006 02:59:05 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
e1ca33a
Parents:
1714f1a
Message:

Merged recent changes from trunk to lfs-alpha. Fixed typo.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    r1714f1a r46a2e9c  
    4848<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
    4949find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>
     50
     51<para>Disable the installation of Chinese and Korean manual pages, since Man-DB
     52cannot format them properly:</para>
     53
     54<screen><userinput>sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile</userinput></screen>
    5055
    5156<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.