HLFS kernel-2.4 branch does has a unique name, readded code to trap this name
This commit is contained in:
parent
5844c279d6
commit
8a411922c5
1 changed files with 4 additions and 0 deletions
4
jhalfs
4
jhalfs
|
@ -126,6 +126,10 @@ case $BRANCH_ID in
|
||||||
LFSVRS=${BRANCH_ID}
|
LFSVRS=${BRANCH_ID}
|
||||||
TREE=branches/${BRANCH_ID#branch-}/BOOK
|
TREE=branches/${BRANCH_ID#branch-}/BOOK
|
||||||
;;
|
;;
|
||||||
|
2.4-branch )
|
||||||
|
LFSVRS=${BRANCH_ID}
|
||||||
|
TREE=branches/${BRANCH_ID}/BOOK
|
||||||
|
;;
|
||||||
* )
|
* )
|
||||||
case $PROGNAME in
|
case $PROGNAME in
|
||||||
lfs | hlfs )
|
lfs | hlfs )
|
||||||
|
|
Reference in a new issue