Changeset 2601
- Timestamp:
- 11/04/09 11:07:28 (15 years ago)
- Location:
- issm/trunk/externalpackages/yams2
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/yams2/install.sh
r2600 r2601 2 2 3 3 #Some cleanup 4 rm -rf install 4 rm -rf install library 5 5 6 6 #m2html name 7 NAME=`echo *.tgz | sed 's/\.tgz//g'` 7 NAME=$(echo yams*.tgz | sed 's/\.tgz//g') 8 LIB=$( echo libr*.tgz | sed 's/\.tgz//g') 8 9 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 11 mkdir library; cd library 12 tar -zxvf ../$LIB.tgz 13 cd ../ 14 15 mkdir install; cd install 12 16 tar -zxvf ../$NAME.tgz 17
Note:
See TracChangeset
for help on using the changeset viewer.