~ubuntu-branches/ubuntu/saucy/globus-gass-copy/saucy-proposed

« back to all changes in this revision

Viewing changes to bootstrap

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-28 20:48:04 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20111228204804-ir2pp35bx5425f6u
Tags: 8.2-1
* Update to Globus Toolkit 5.2.0
* Drop patches globus-gass-copy-doxygen.patch, globus-gass-copy-mingw.patch
  and globus-gass-copy-pathmax.patch (fixed upstream)
* Make doc package architecture independent

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# checking for the GLOBUS_LOCATION
4
4
 
5
5
if test "x$GLOBUS_LOCATION" = "x"; then
6
 
    echo "ERROR Please specify GLOBUS_LOCATION" >&2
7
 
    exit 1
 
6
    echo "Using default GLOBUS_LOCATION of /usr"
 
7
    GLOBUS_LOCATION="/usr"
8
8
fi
9
9
 
10
 
if [ ! -f ${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh ]; then
11
 
    echo "ERROR: Unable to locate \${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh"
 
10
if [ ! -f ${GLOBUS_LOCATION}/share/globus/globus-bootstrap.sh ]; then
 
11
    echo "ERROR: Unable to locate \${GLOBUS_LOCATION}/share/globus/globus-bootstrap.sh"
12
12
    echo "       Please ensure that you have installed the globus-core package and"
13
13
    echo "       that GLOBUS_LOCATION is set to the proper directory"
14
14
    exit
15
15
fi
16
16
 
17
 
. ${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh
 
17
. ${GLOBUS_LOCATION}/share/globus/globus-bootstrap.sh