Changeset 2082b3d


Ignore:
Timestamp:
01/12/2006 06:42:14 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
252ee85
Parents:
7b20cc5
Message:

Fixed the svn check and added WC to the config file.
Thanks to Bruce Dubbs for pointing out both issues.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r7b20cc5 r2082b3d  
    151151get_book() {
    152152#----------------------------#
    153   # Check for Subversion instead of just letting the script hit 'svn' and fail.
    154   test `type -p svn` || eval "echo \"This feature requires Subversion.\"
    155   exit 1"
    156153  cd $JHALFSDIR
    157154
    158155  if [ -z $WC ] ; then
     156    # Check for Subversion instead of just letting the script hit 'svn' and fail.
     157    test `type -p svn` || eval "echo \"This feature requires Subversion.\"
     158    exit 1"
    159159    echo -n "Downloading the LFS Book, version $LFSVRS... "
    160160
  • jhalfs.conf

    r7b20cc5 r2082b3d  
    4242CONFIG=
    4343
     44#--- Book's sources directory
     45# Uncomment this variables if you have previously checked
     46# out the book from the repository
     47# BOOK=/path/to/book
     48# WC=1
    4449
    4550
     
    5762   LOGDIR=$JHALFSDIR/logs
    5863   MKFILE=$JHALFSDIR/Makefile
    59    
     64
    6065#--- Book version
    6166LFSVRS=development
    62 
    63 #--- Book's sources directory
    64 # Uncomment this variable if you have previously checked
    65 # out the book from the repository
    66 # BOOK=/path/to/book
Note: See TracChangeset for help on using the changeset viewer.