Changeset 22783
- Timestamp:
- 05/15/18 14:23:30 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/packagers/macosx/package.sh
r22771 r22783 14 14 fi 15 15 echo "move gmt to bin" 16 if [ -f ../externalpackages/gmt/install/ gmt ]; then17 cp ../externalpackages/gmt/install/ gmt .16 if [ -f ../externalpackages/gmt/install/bin/gmt ]; then 17 cp ../externalpackages/gmt/install/bin/gmt . 18 18 else 19 19 echo "gmt not found"
Note:
See TracChangeset
for help on using the changeset viewer.