Ignore:
Timestamp:
Feb 15, 2007, 4:21:27 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osc_snovis/trunk/obuild/sh/build_release

    r272 r273  
    448448find "${obuild_dir_project}/Resources/snovis/." -depth -name .svn -exec /bin/rm -R -f {} \;
    449449fi
     450if [ ! -d "${obuild_snovis_path}/Resources/G4Lab" ] ; then
     451  echo "WARNNING : Directory ${obuild_snovis_path}/Resources/G4Lab not found."
     452else
     453/bin/mkdir -p "${obuild_dir_project}/Resources/."
     454/bin/cp -R "${obuild_snovis_path}/Resources/G4Lab" "${obuild_dir_project}/Resources/."
     455find "${obuild_dir_project}/Resources/." -depth -name CVS -exec /bin/rm -R -f {} \;
     456find "${obuild_dir_project}/Resources/." -depth -name .svn -exec /bin/rm -R -f {} \;
     457fi
    450458if [ "${obuild_platform_exe}" = "" ] ; then
    451459  echo "Variable obuild_platform_exe not defined."
Note: See TracChangeset for help on using the changeset viewer.