Changeset 74


Ignore:
Timestamp:
04/28/09 10:11:20 (16 years ago)
Author:
Mathieu Morlighem
Message:

Added a patch to m2html (Ice initial input)

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

Legend:

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

    r1 r74  
    1616unzip $name.zip
    1717
    18 #patch m2html (ignore CVS and SVN directories)
    19 cat $name/m2html.m  | sed -e "s/'.' '..'/'.' '..' 'CVS' '.svn'/g" > $name/m2html2.m
    20 mv $name/m2html2.m $name/m2html.m
    21 
    2218#move to install directory
    2319mv $name/* install
    2420rm -rf $name
    2521
     22#patch m2html
     23cd install
     24patch m2html.m ../m2html.m.patch
     25cd ..
Note: See TracChangeset for help on using the changeset viewer.