Changeset 23382
- Timestamp:
- 10/03/18 13:28:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/packagers/macosx/package.sh ΒΆ
r23381 r23382 59 59 60 60 # 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 61 62 if [ -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 63 65 fi 64 66
Note:
See TracChangeset
for help on using the changeset viewer.