Changeset 19367


Ignore:
Timestamp:
05/13/15 19:30:40 (10 years ago)
Author:
glperez
Message:

CHG: Hopefully the final change to win7 packger script to copy over Matlab scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/win7/package64.sh

    r19366 r19367  
    1212
    1313echo "----------------------------------"
    14 find ./src/m -name '*.m' | xargs cp -t ./bin/
     14find $ISSM_DIR/src/m -name '*.m' | xargs cp -t $ISSM_DIR/bin/
    1515echo "----------------------------------"
    1616
Note: See TracChangeset for help on using the changeset viewer.