Changeset cfaf68c in clfs-sysroot


Ignore:
Timestamp:
Jan 4, 2009, 2:45:42 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
63c1d49
Parents:
7ffadc5
Message:

Port configure command from trunk for module-init-tools.
Port the groups man page sed from trunk for shadow.

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/module-init-tools.xml

    r7ffadc5 rcfaf68c  
    2929
    3030<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --prefix=/ --enable-zlib</userinput></screen>
     31    --prefix=/usr --bindir=/bin \
     32    --sbindir=/sbin --enable-zlib</userinput></screen>
    3233
    3334    <variablelist os="c">
  • BOOK/final-system/common/shadow.xml

    r7ffadc5 rcfaf68c  
    4242
    4343<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    44     --libdir=/lib --sysconfdir=/etc --enable-shared \
    45     --without-libpam --without-audit --without-selinux \
     44    --sysconfdir=/etc --without-libpam \
     45    --without-audit --without-selinux \
    4646    --cache-file=config.cache</userinput></screen>
    4747
     
    8181<screen os="i"><userinput>cp src/Makefile{,.orig}
    8282sed 's/groups$(EXEEXT) //' src/Makefile.orig &gt; src/Makefile
    83 cp man/Makefile{,.orig}
    84 sed -e '/groups1.xml/d' \
    85     -e 's/groups.1//' man/Makefile.orig &gt; man/Makefile</userinput></screen>
     83for mkf in $(find man -name Makefile)
     84do
     85  cp ${mkf}{,.orig}
     86  sed -e '/groups.1.xml/d' -e 's/groups.1 //' ${mkf}.orig &gt; ${mkf}
     87done</userinput></screen>
    8688
    8789    <para os="j">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.