Changeset 872 in MondoRescue for branches/stable/tools/common-env


Ignore:
Timestamp:
Oct 4, 2006, 3:08:01 PM (18 years ago)
Author:
Bruno Cornec
Message:

Fix bug #79 by removing use of SVNBRANCH and BASE variable in build process
WARNING: the build process doesn't allow anymore to use the script of one version for building another version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/common-env

    r871 r872  
    77
    88# Adapt to your needs
    9 export BASE=${HOME}/mondo
    10 export TOPDIR=${BASE}/build
     9d=`dirname ${TOOLHOME}`
     10if [ _"`basename ${d}/..`" = _"trunk" ]; then
     11    BASE=${TOOLHOME}/../..
     12else
     13    BASE=${TOOLHOME}/../../..
     14fi
     15export TOPDIR=${BASE}/delivery
    1116mkdir -p ${TOPDIR}
    1217export TMPDIR=/tmp
Note: See TracChangeset for help on using the changeset viewer.