Changeset 16629
- Timestamp:
- 11/06/13 12:02:02 (11 years ago)
- Location:
- issm/trunk-jpl/externalpackages/shell2junit
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/shell2junit/install.sh
r16603 r16629 2 2 set -eu 3 3 4 4 5 #Some cleanup 5 rm -rf install src 6 rm -rf shell2junit 7 mkdir install src 6 rm -rf install 7 mkdir install 8 8 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 9 cp patch/sh2ju.sh install/
Note:
See TracChangeset
for help on using the changeset viewer.