Changeset f733772 for jhalfs


Ignore:
Timestamp:
08/10/2017 08:10:43 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
6d1d77c
Parents:
2cef19f
Message:

Fix two bugs:

  • LFS_XML variable was forgotten in Config.in
  • All customization to $JHALFSDIR have to be done before getting the {H,C,}LFS book, so that custom/config/* has to be copied before getting the book.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r2cef19f rf733772  
    417417  fi
    418418
    419 # Download or updates the book source
    420   get_book
    421   extract_commands
    422   echo "${SD_BORDER}${nl_}"
    423   cd $CWD # the functions above change directory
    424 
    425419# Copy custom tools config files, if requested
    426420  if [[ "${CUSTOM_TOOLS}" = "y" ]]; then
     
    429423    cp -f custom/config/* $JHALFSDIR/custom-commands
    430424  fi
     425
     426# Download or updates the book source
     427# Note that all customization to $JHALFSDIR have to be done before this.
     428# But the LFS book is needed for BLFS tools.
     429  get_book
     430  extract_commands
     431  echo "${SD_BORDER}${nl_}"
     432  cd $CWD # the functions above change directory
    431433
    432434# Install blfs-tool, if requested.
Note: See TracChangeset for help on using the changeset viewer.