Changeset 16629


Ignore:
Timestamp:
11/06/13 12:02:02 (11 years ago)
Author:
Eric.Larour
Message:

CHG: starting patches

Location:
issm/trunk-jpl/externalpackages/shell2junit
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/shell2junit/install.sh

    r16603 r16629  
    22set -eu
    33
     4
    45#Some cleanup
    5 rm -rf install src
    6 rm -rf shell2junit
    7 mkdir install src
     6rm -rf install
     7mkdir install
    88
    9 #Download from ISSM server
    10 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/shell2junit-1.0.0.zip' 'shell2junit-1.0.0.zip'
    11 
    12 #Untar
    13 unzip shell2junit-1.0.0.zip
    14 
    15 #Move shell2junit into install directory
    16 mv shell2junit/* src
    17 rm -rf shell2junit
    18 
    19 #Copy executable:
    20 cp src/sh2ju.sh install
     9cp patch/sh2ju.sh install/
Note: See TracChangeset for help on using the changeset viewer.