Changeset ddf299b in clfs-sysroot for BOOK


Ignore:
Timestamp:
May 29, 2006, 8:57:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
59fb197
Parents:
634031b
Message:

r3730@server (orig r1689): jciccone | 2006-05-29 17:33:52 -0700
Fixed the install commands for mktemp, patch, and groff.

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

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bzip2.xml

    r634031b rddf299b  
    6868    <note os="f">
    6969    <para>If reinstalling Bzip2, perform
    70     <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the
     70    <userinput>rm -vf ${LFS}/usr/bin/bz*</userinput> first, otherwise the
    7171    following <command>make PREFIX=${LFS}/usr install</command> will fail.</para>
    7272    </note>
     
    8080    some necessary symbolic links, and clean up:</para>
    8181
    82 <screen os="j"><userinput>cp -v ${LFS}bzip2-shared ${LFS}/bin/bzip2
    83 cp -av ${LFS}libbz2.so* ${LFS}/lib
     82<screen os="j"><userinput>cp -v bzip2-shared ${LFS}/bin/bzip2
     83cp -av libbz2.so* ${LFS}/lib
    8484ln -sv ../../lib/libbz2.so.1.0 ${LFS}/usr/lib/libbz2.so
    8585rm -v ${LFS}/usr/bin/{bunzip2,bzcat,bzip2}
  • BOOK/final-system/common/groff.xml

    r634031b rddf299b  
    4141    <para os="f">Install the package:</para>
    4242
    43 <screen os="g"><userinput>make prefix=${LFS} install</userinput></screen>
     43<screen os="g"><userinput>make prefix=${LFS}/usr install</userinput></screen>
    4444
    4545    <para os="h">Some documentation programs, such as <command>xman</command>,
  • BOOK/final-system/common/mktemp.xml

    r634031b rddf299b  
    6161    <para os="h">Install the package:</para>
    6262
    63 <screen os="i"><userinput>make prefix=${LFS} install
    64 make prefix=${LFS} install-tempfile</userinput></screen>
     63<screen os="i"><userinput>make prefix=${LFS}/usr install
     64make prefix=${LFS}/usr install-tempfile</userinput></screen>
    6565
    6666  </sect2>
  • BOOK/final-system/common/patch.xml

    r634031b rddf299b  
    3737    <para os="e">Install the package:</para>
    3838
    39 <screen os="f"><userinput>make prefix=${LFS} install</userinput></screen>
     39<screen os="f"><userinput>make prefix=${LFS}/usr install</userinput></screen>
    4040
    4141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.