Changeset dd08e14 for jhalfs


Ignore:
Timestamp:
08/09/2017 02:00:58 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
b8aa7ed
Parents:
506120ee
Message:

Fix whether BLFS_TREE contains BOOK according to branch or tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r506120ee rdd08e14  
    177177        LFSVRS=${BRANCH_ID}
    178178        TREE=branches/${BRANCH_ID#branch-}
    179         if [ ${BRANCH_ID#branch-} = 6 ]; then
     179        if [ ${BRANCH_ID:7:1} = 6 ]; then
    180180            TREE=${TREE}/BOOK
    181181        fi
     
    296296                     echo " Please rerun make and fix the configuration."
    297297                     exit 2 ;;
    298    branch-systemd )  BLFS_TREE=branches/systemd ;;
    299          branch-* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
    300        6.2* | 7.* )  BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
     298       branch-6.* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
     299         branch-* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-} ;;
     300  6.2* | 7.* | 8.*)  BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
    301301                * )  BLFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
    302302    esac
Note: See TracChangeset for help on using the changeset viewer.