Changeset cfaf68c in clfs-sysroot for BOOK/final-system/common/shadow.xml
- Timestamp:
- Jan 4, 2009, 2:45:42 PM (16 years ago)
- Branches:
- master
- Children:
- 63c1d49
- Parents:
- 7ffadc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r7ffadc5 rcfaf68c 42 42 43 43 <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 \ 46 46 --cache-file=config.cache</userinput></screen> 47 47 … … 81 81 <screen os="i"><userinput>cp src/Makefile{,.orig} 82 82 sed 's/groups$(EXEEXT) //' src/Makefile.orig > src/Makefile 83 cp man/Makefile{,.orig} 84 sed -e '/groups1.xml/d' \ 85 -e 's/groups.1//' man/Makefile.orig > man/Makefile</userinput></screen> 83 for mkf in $(find man -name Makefile) 84 do 85 cp ${mkf}{,.orig} 86 sed -e '/groups.1.xml/d' -e 's/groups.1 //' ${mkf}.orig > ${mkf} 87 done</userinput></screen> 86 88 87 89 <para os="j">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.