Changeset 531 for epd_deployment


Ignore:
Timestamp:
Jun 29, 2011 9:49:26 PM (14 years ago)
Author:
jemian
Message:

more testing

Location:
epd_deployment
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • epd_deployment

    • Property svn:ignore
      • TabularUnified  

        old new  
        1 epd*.sh
        2 *.gz
        3 base*
        41images
         2trees
  • TabularUnified epd_deployment/deployment.sh

    r528 r531  
    99########### SVN repository information ###################
    1010
    11 # EPD installment/deployment procedure for /APSshare
     11# generic EPD installment/deployment procedure for /APSshare
    1212
    1313###################################################################################
     
    9999cd ${EPD_DEPLOYMENT_DIR}/lib
    100100/bin/cp -v ${EPICS_LIBCA}   ./
    101 EPICS_LIB_FILE=$(basename EPICS_LIBCA)
     101EPICS_LIB_FILE=$(basename ${EPICS_LIBCA})
    102102if [ ${EPICS_LIB_FILE} != "libca.so" ]; then
    103103    [ -f ./libca.so ] && /bin/rm ./libca.so
Note: See TracChangeset for help on using the changeset viewer.