Changes in / [9f61be5:7c0efc5]


Ignore:
Files:
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r9f61be5 r7c0efc5  
    7575    <para os="ad">Create needed symlinks for a bootable system:</para>
    7676
    77 <screen os="ae"><userinput>ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin</userinput></screen>
     77<screen os="ae"><userinput>ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,e2fsck} ${CLFS}/sbin</userinput></screen>
    7878
    7979  </sect2>
  • scripts/patch/binutils-patch.sh

    r9f61be5 r7c0efc5  
    1616fi
    1717
    18 # Set Patch Directory
    19 #
    20 PATCH_DIR=$(pwd -P)/binutils
    21  
     18#
    2219# Download Binutils Source
    2320#
     
    114111#
    115112cd ~/tmp
    116 if [ -e ${PATCH_DIR}/${SOURCEVERSION} ]; then
     113if [ -e ${PATCH_DIR}/${VERSION} ]; then
    117114  rm -rf binutils-${SOURCEVERSION}.orig
    118115  cp -ar binutils-${SOURCEVERSION} binutils-${SOURCEVERSION}.orig
     
    121118  #
    122119  cd ~/tmp/binutils-${SOURCEVERSION}
    123   PATCH_FILES=$(ls ${PATCH_DIR}/${SOURCEVERSION}/*.patch)
     120  PATCH_FILES=$(ls ${PATCH_DIR}/${VERSION}/*.patch)
    124121  if [ "${PATCH_FILES}" != "" ]; then
    125122    for pfile in ${PATCH_FILES}; do
Note: See TracChangeset for help on using the changeset viewer.