Changeset 23404
- Timestamp:
- 10/08/18 20:05:11 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/packagers/macosx/package.sh
r23403 r23404 39 39 mkdir $ISSM_DIR/$PACKAGE/externalpackages 40 40 mkdir $ISSM_DIR/$PACKAGE/externalpackages/gmt 41 cp -a $ISSM_DIR/externalpackages/gmt/install /. $ISSM_DIR/$PACKAGE/externalpackages/gmt41 cp -a $ISSM_DIR/externalpackages/gmt/install $ISSM_DIR/$PACKAGE/externalpackages/gmt/install 42 42 else 43 43 echo "gmt not found" … … 63 63 # Create link to gmt from bin 64 64 # 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 ]; then65 if [ -f $ISSM_DIR/$PACKAGE/externalpackages/gmt/install/bin/gmt ]; then 66 66 cd $ISSM_DIR/$PACKAGE/bin 67 ln -s ../externalpackages/gmt/ bin/gmt ./gmt67 ln -s ../externalpackages/gmt/install/bin/gmt ./gmt 68 68 fi 69 69
Note:
See TracChangeset
for help on using the changeset viewer.