Changeset 23382


Ignore:
Timestamp:
10/03/18 13:28:38 (6 years ago)
Author:
jdquinn
Message:

CHG: Updates Mac OSX binaries packager to use a relative path when sys linking to GMT

File:
1 edited

Legend:

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

    r23381 r23382  
    5959
    6060# Create link to gmt from bin
     61# NOTE: It is important that we are in the destination dir when sym linking so that the path is relative
    6162if [ -f $ISSM_DIR/trunk/externalpackages/gmt/bin/gmt ]; then
    62         ln -s $ISSM_DIR/trunk/externalpackages/gmt/bin/gmt $ISSM_DIR/trunk/bin/gmt
     63        cd $ISSM_DIR/trunk/bin
     64        ln -s ../externalpackages/gmt/bin/gmt ./gmt
    6365fi
    6466
Note: See TracChangeset for help on using the changeset viewer.