Changeset 22783


Ignore:
Timestamp:
05/15/18 14:23:30 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/packagers/macosx/package.sh

    r22771 r22783  
    1414fi
    1515echo "move gmt to bin"
    16 if [ -f ../externalpackages/gmt/install/gmt ]; then
    17         cp ../externalpackages/gmt/install/gmt .
     16if [ -f ../externalpackages/gmt/install/bin/gmt ]; then
     17        cp ../externalpackages/gmt/install/bin/gmt .
    1818else
    1919        echo "gmt not found"
Note: See TracChangeset for help on using the changeset viewer.