The 7.* tags do not have BOOK in their SVN URLs

This commit is contained in:
Pierre Labastie 2015-03-07 16:23:26 +00:00
parent bd07ef520f
commit 6c97d02d05

2
jhalfs
View file

@ -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