Ignore:
Timestamp:
Feb 15, 2007, 10:20:56 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build/snova/trunk/obuild/sh/broadcast_install

    r185 r241  
    102102  exit
    103103fi
    104 if [ "${obuild_find_exe}" = "" ] ; then
    105   echo "Variable obuild_find_exe not defined."
    106   exit
    107 fi
    108 obuild_HDF5_path=`"${obuild_find_exe}" HDF5 'v1r*'`
    109 if [ "${obuild_HDF5_path}" = "" ] ; then
    110   echo "Can't find HDF5 package."
    111   exit
    112 fi
    113104
    114105# install setup scripts of used packages :
     
    120111./sh/broadcast_install ${obuild_args}
    121112
    122 if [ ! -e "${obuild_HDF5_path}/obuild/sh/broadcast_install" ] ; then
    123   echo "broadcast_install script not found for package HDF5."
    124   exit
    125 fi
    126 cd "${obuild_HDF5_path}/obuild"
    127 ./sh/broadcast_install ${obuild_args}
    128 
Note: See TracChangeset for help on using the changeset viewer.