Changeset 0c2d20a for jhalfs


Ignore:
Timestamp:
02/15/2007 07:33:25 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
128a879
Parents:
9bbf240
Message:

BLFS: Fixed SVN path for branches and tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r9bbf240 r0c2d20a  
    156156                   echo " Please rerun make and fix the configuration."
    157157                   exit 2 ;;
    158        branch-* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
    159               * )  BLFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
     158       branch-* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-} ;;
     159              * )  BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
    160160  esac
    161161  # Dependencies envars, to can update it more easy.
Note: See TracChangeset for help on using the changeset viewer.