Index: /issm/trunk/packagers/macosx/package.sh
===================================================================
--- /issm/trunk/packagers/macosx/package.sh	(revision 23381)
+++ /issm/trunk/packagers/macosx/package.sh	(revision 23382)
@@ -59,6 +59,8 @@
 
 # Create link to gmt from bin
+# NOTE: It is important that we are in the destination dir when sym linking so that the path is relative
 if [ -f $ISSM_DIR/trunk/externalpackages/gmt/bin/gmt ]; then
-	ln -s $ISSM_DIR/trunk/externalpackages/gmt/bin/gmt $ISSM_DIR/trunk/bin/gmt
+	cd $ISSM_DIR/trunk/bin
+	ln -s ../externalpackages/gmt/bin/gmt ./gmt
 fi
 
