The 7.* tags do not have BOOK in their SVN URLs
This commit is contained in:
parent
bd07ef520f
commit
6c97d02d05
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -294,7 +294,7 @@ if [[ "${BLFS_TOOL}" = "y" ]] ; then
|
|||
exit 2 ;;
|
||||
branch-systemd ) BLFS_TREE=branches/systemd ;;
|
||||
branch-* ) BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
|
||||
6.2* | 7.4* ) BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
|
||||
6.2* | 7.* ) BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
|
||||
* ) BLFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
|
||||
esac
|
||||
fi
|
||||
|
|
Reference in a new issue