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

Legend:

Unmodified
Added
Removed
  • snovis/trunk/obuild/sh/broadcast_install

    r188 r244  
    102102  exit
    103103fi
    104 if [ "${obuild_find_exe}" = "" ] ; then
    105   echo "Variable obuild_find_exe not defined."
    106   exit
    107 fi
    108 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r*'`
    109 if [ "${obuild_OnX_path}" = "" ] ; then
    110   echo "Can't find OnX package."
    111   exit
    112 fi
    113 if [ "${obuild_find_exe}" = "" ] ; then
    114   echo "Variable obuild_find_exe not defined."
    115   exit
    116 fi
    117 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r*'`
    118 if [ "${obuild_G4Lab_path}" = "" ] ; then
    119   echo "Can't find G4Lab package."
    120   exit
    121 fi
    122104
    123105# install setup scripts of used packages :
     
    129111./sh/broadcast_install ${obuild_args}
    130112
    131 if [ ! -e "${obuild_OnX_path}/obuild/sh/broadcast_install" ] ; then
    132   echo "broadcast_install script not found for package OnX."
    133   exit
    134 fi
    135 cd "${obuild_OnX_path}/obuild"
    136 ./sh/broadcast_install ${obuild_args}
    137 
    138 if [ ! -e "${obuild_G4Lab_path}/obuild/sh/broadcast_install" ] ; then
    139   echo "broadcast_install script not found for package G4Lab."
    140   exit
    141 fi
    142 cd "${obuild_G4Lab_path}/obuild"
    143 ./sh/broadcast_install ${obuild_args}
    144 
Note: See TracChangeset for help on using the changeset viewer.