Changeset aca70fd for blfs-tool


Ignore:
Timestamp:
09/04/2008 01:52:33 PM (16 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
134572c
Parents:
5210ae1
Message:

Correct BLFS branch selection problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blfs-tool

    r5210ae1 raca70fd  
    9696                 echo " Please rerun make and fix the configuration."
    9797                 exit 2 ;;
    98      branch-* )  TREE=branches/${BRANCH_ID#branch-} ;;
     98     branch-* )  TREE=branches/${BRANCH_ID#branch-}/BOOK ;;
    9999            * )  TREE=tags/${BRANCH_ID} ;;
    100100esac
Note: See TracChangeset for help on using the changeset viewer.