Changeset 2601


Ignore:
Timestamp:
11/04/09 11:07:28 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added library needed by Yams

Location:
issm/trunk/externalpackages/yams2
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/yams2/install.sh

    r2600 r2601  
    22
    33#Some cleanup
    4 rm -rf install
     4rm -rf install library
    55
    66#m2html name
    7 NAME=`echo *.tgz | sed 's/\.tgz//g'`
     7NAME=$(echo yams*.tgz | sed 's/\.tgz//g')
     8LIB=$( echo libr*.tgz | sed 's/\.tgz//g')
    89
    9 #Create install directory and move everything in it
    10 mkdir install
    11 cd install
     10#Create install and library directories and move everything in it
     11mkdir library; cd library
     12tar  -zxvf ../$LIB.tgz
     13cd ../
     14
     15mkdir install; cd install
    1216tar  -zxvf ../$NAME.tgz
     17
Note: See TracChangeset for help on using the changeset viewer.