Changeset ddf299b in clfs-sysroot
- Timestamp:
- May 29, 2006, 8:57:38 PM (18 years ago)
- Branches:
- master
- Children:
- 59fb197
- Parents:
- 634031b
- Location:
- BOOK/final-system/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bzip2.xml
r634031b rddf299b 68 68 <note os="f"> 69 69 <para>If reinstalling Bzip2, perform 70 <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the70 <userinput>rm -vf ${LFS}/usr/bin/bz*</userinput> first, otherwise the 71 71 following <command>make PREFIX=${LFS}/usr install</command> will fail.</para> 72 72 </note> … … 80 80 some necessary symbolic links, and clean up:</para> 81 81 82 <screen os="j"><userinput>cp -v ${LFS}bzip2-shared ${LFS}/bin/bzip283 cp -av ${LFS}libbz2.so* ${LFS}/lib82 <screen os="j"><userinput>cp -v bzip2-shared ${LFS}/bin/bzip2 83 cp -av libbz2.so* ${LFS}/lib 84 84 ln -sv ../../lib/libbz2.so.1.0 ${LFS}/usr/lib/libbz2.so 85 85 rm -v ${LFS}/usr/bin/{bunzip2,bzcat,bzip2} -
BOOK/final-system/common/groff.xml
r634031b rddf299b 41 41 <para os="f">Install the package:</para> 42 42 43 <screen os="g"><userinput>make prefix=${LFS} install</userinput></screen>43 <screen os="g"><userinput>make prefix=${LFS}/usr install</userinput></screen> 44 44 45 45 <para os="h">Some documentation programs, such as <command>xman</command>, -
BOOK/final-system/common/mktemp.xml
r634031b rddf299b 61 61 <para os="h">Install the package:</para> 62 62 63 <screen os="i"><userinput>make prefix=${LFS} install64 make prefix=${LFS} install-tempfile</userinput></screen>63 <screen os="i"><userinput>make prefix=${LFS}/usr install 64 make prefix=${LFS}/usr install-tempfile</userinput></screen> 65 65 66 66 </sect2> -
BOOK/final-system/common/patch.xml
r634031b rddf299b 37 37 <para os="e">Install the package:</para> 38 38 39 <screen os="f"><userinput>make prefix=${LFS} install</userinput></screen>39 <screen os="f"><userinput>make prefix=${LFS}/usr install</userinput></screen> 40 40 41 41 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.