Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/bash.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

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

    r89c10a9 r586feb7  
    4747
    4848<screen os="f"><userinput>./configure --prefix=/usr --bindir=/bin \
    49     --host=${LFS_TARGET} --cache-file=config.cache \
     49    --host=${CLFS_TARGET} --cache-file=config.cache \
    5050    --without-bash-malloc --with-installed-readline</userinput></screen>
    5151
     
    7070    <para os="j">Install the package:</para>
    7171
    72 <screen os="k"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     72<screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    7373
    7474    <para os="l">Create /bin/sh:</para>
    7575
    76 <screen os="m" role="nodump"><userinput>ln -sv bash ${LFS}/bin/sh</userinput></screen>
     76<screen os="m" role="nodump"><userinput>ln -sv bash ${CLFS}/bin/sh</userinput></screen>
    7777
    7878  </sect2>
Note: See TracChangeset for help on using the changeset viewer.