Ignore:
Timestamp:
10/08/18 20:05:11 (6 years ago)
Author:
jdquinn
Message:

CHG: Syncing path to gmt in Mac binaries with path to gmt in Windows binaries

File:
1 edited

Legend:

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

    r23403 r23404  
    3939        mkdir $ISSM_DIR/$PACKAGE/externalpackages
    4040        mkdir $ISSM_DIR/$PACKAGE/externalpackages/gmt
    41         cp -a $ISSM_DIR/externalpackages/gmt/install/. $ISSM_DIR/$PACKAGE/externalpackages/gmt
     41        cp -a $ISSM_DIR/externalpackages/gmt/install $ISSM_DIR/$PACKAGE/externalpackages/gmt/install
    4242else
    4343        echo "gmt not found"
     
    6363# Create link to gmt from bin
    6464# NOTE: It is important that we are in the destination dir when sym linking so that the path is relative
    65 if [ -f $ISSM_DIR/$PACKAGE/externalpackages/gmt/bin/gmt ]; then
     65if [ -f $ISSM_DIR/$PACKAGE/externalpackages/gmt/install/bin/gmt ]; then
    6666        cd $ISSM_DIR/$PACKAGE/bin
    67         ln -s ../externalpackages/gmt/bin/gmt ./gmt
     67        ln -s ../externalpackages/gmt/install/bin/gmt ./gmt
    6868fi
    6969
Note: See TracChangeset for help on using the changeset viewer.