Changeset 531 for epd_deployment
- Timestamp:
- Jun 29, 2011 9:49:26 PM (14 years ago)
- Location:
- epd_deployment
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
epd_deployment ¶
- Property svn:ignore
-
TabularUnified
old new 1 epd*.sh2 *.gz3 base*4 1 images 2 trees
-
- Property svn:ignore
-
TabularUnified epd_deployment/deployment.sh ¶
r528 r531 9 9 ########### SVN repository information ################### 10 10 11 # EPD installment/deployment procedure for /APSshare11 # generic EPD installment/deployment procedure for /APSshare 12 12 13 13 ################################################################################### … … 99 99 cd ${EPD_DEPLOYMENT_DIR}/lib 100 100 /bin/cp -v ${EPICS_LIBCA} ./ 101 EPICS_LIB_FILE=$(basename EPICS_LIBCA)101 EPICS_LIB_FILE=$(basename ${EPICS_LIBCA}) 102 102 if [ ${EPICS_LIB_FILE} != "libca.so" ]; then 103 103 [ -f ./libca.so ] && /bin/rm ./libca.so
Note: See TracChangeset
for help on using the changeset viewer.