source: epd_deployment/install-solaris-x86.sh @ 537

Last change on this file since 537 was 537, checked in by jemian, 12 years ago

working on solaris - use host debye

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 462 bytes
Line 
1#!/bin/bash
2
3########### SVN repository information ###################
4# $Date: 2011-07-06 21:52:17 +0000 (Wed, 06 Jul 2011) $
5# $Author: jemian $
6# $Revision: 537 $
7# $URL: epd_deployment/install-solaris-x86.sh $
8# $Id: install-solaris-x86.sh 537 2011-07-06 21:52:17Z jemian $
9########### SVN repository information ###################
10
11# EPD installment/deployment procedure for /APSshare
12
13SRC=./images/epd-7.0-2-SunOS_5.10-x86_64.sh
14LIBCA=/APSshare/epics/base-3.14.11/lib/solaris-x86-v10-gnu/libca.so.3.14
15EPD_ROOT=/home/oxygen/JEMIAN/Documents/epd_deployment/sandbox/epd
16
17./deployment.sh ${SRC} ${LIBCA} ${EPD_ROOT}
Note: See TracBrowser for help on using the repository browser.