Changeset 11237 for issm/trunk/externalpackages/m2html/install.sh
- Timestamp:
- 01/27/12 08:19:58 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 autom4te.cache 2 aclocal.m4 1 3 bin 4 config.log 5 config.h 6 config.h.in 7 config.status 2 8 configure 9 doxygen 10 ISSM.paf 11 ISSM.ppf 12 ISSM.ppf_cache 13 libtool 14 list 3 15 Makefile 4 16 Makefile.in 5 ISSM.paf6 list7 ISSM.ppf_cache8 config.log9 config.h10 .ignore.txt11 config.status12 17 stamp-h1 13 18 svn-commit* 14 ISSM.ppf15 config.h.in16 autom4te.cache17 aclocal.m418 doxygen
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/externalpackages/m2html/install.sh
r1513 r11237 1 1 #!/bin/bash 2 2 3 #m2html name4 name=`echo *.zip | sed 's/\.zip//g'`5 6 3 #Some cleanup 7 rm -rf install $name 8 9 #Create src and install directories 4 rm -rf install m2html 10 5 mkdir install 11 6 12 7 #uncompress 13 unzip $name.zip8 unzip m2html.zip 14 9 15 10 #move to install directory 16 mv $name/* install17 rm -rf $name11 mv m2html/* install 12 rm -rf m2html 18 13 19 14 #patch m2html
Note:
See TracChangeset
for help on using the changeset viewer.