Changeset 605ea36


Ignore:
Timestamp:
05/01/2021 11:50:43 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
34c47be
Parents:
1318902
Message:

Fix forgotten "git_root" in func_book_parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r1318902 r605ea36  
    2525    # sources.
    2626    if [ ! -d ${PROGNAME}-${LFSVRS}/.git ]; then
    27         git clone $GIT ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1
     27        git clone $GIT/$git_root ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1
    2828        if [ ! $TREE == "development" ]; then
    2929           pushd ${PROGNAME}-$LFSVRS > /dev/null
Note: See TracChangeset for help on using the changeset viewer.