Ignore:
Timestamp:
08/22/2006 06:36:50 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
1f7e45f
Parents:
26906e0
Message:

Allow to regenerate packages database and meta-packages dependencies without updating the BLFS book sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/update_book.sh

    r26906e0 recfb828  
    77declare -r SVN="svn://svn.linuxfromscratch.org"
    88
    9 BLFS_XML=$1  # Book directory
    10 DOC_MODE=$2  # Action to take, update or get
     9DOC_MODE=$1  # Action to take, update, get or none
     10BLFS_XML=$2  # Book directory
    1111TREE=$3      # SVN tree for the BLFS book version
    1212
     
    7171}
    7272
    73 BOOK_Source
     73[ "${DOC_MODE}" != "none" ] && BOOK_Source
    7474
    7575echo -en "\n\tGenerating packages database file ..."
Note: See TracChangeset for help on using the changeset viewer.