Changeset 12522


Ignore:
Timestamp:
06/24/12 15:56:19 (13 years ago)
Author:
Eric.Larour
Message:

won't download properly

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

Legend:

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

    r12521 r12522  
    44#1:  install aspell
    55#2:  install en dictionary
    6 step=0
     6step=2
    77
    88
     
    4949        $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/aspell5-en-6.0.0.tar.gz' 'aspell5-en-6.0.0.tar.gz'
    5050
     51        exit
     52
    5153        #Untar
    5254        tar -zxvf  aspell5-en-6.0.0.tar.gz
     
    5456        #Move aspell into src directory
    5557        mv aspell5-en-6.0.0 dicts
    56         rm -rf aspell5-en-6.0.0
    5758
    5859        #install
Note: See TracChangeset for help on using the changeset viewer.