Ignore:
Timestamp:
Feb 13, 2007, 6:14:29 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

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

    r101 r188  
    9797  exit
    9898fi
     99obuild_snova_path=`"${obuild_find_exe}" snova 'v2r0p0'`
     100if [ "${obuild_snova_path}" = "" ] ; then
     101  echo "Can't find snova package."
     102  exit
     103fi
     104if [ "${obuild_find_exe}" = "" ] ; then
     105  echo "Variable obuild_find_exe not defined."
     106  exit
     107fi
    99108obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r*'`
    100109if [ "${obuild_OnX_path}" = "" ] ; then
     
    113122
    114123# install setup scripts of used packages :
     124if [ ! -e "${obuild_snova_path}/obuild/sh/broadcast_install" ] ; then
     125  echo "broadcast_install script not found for package snova."
     126  exit
     127fi
     128cd "${obuild_snova_path}/obuild"
     129./sh/broadcast_install ${obuild_args}
     130
    115131if [ ! -e "${obuild_OnX_path}/obuild/sh/broadcast_install" ] ; then
    116132  echo "broadcast_install script not found for package OnX."
Note: See TracChangeset for help on using the changeset viewer.