- Timestamp:
- 06/22/22 16:18:26 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh
r27089 r27096 119 119 120 120 echo "Moving PROJ assets to share/" 121 if [ -d ${ISSM_DIR}/externalpackages/ share/proj ]; then121 if [ -d ${ISSM_DIR}/externalpackages/proj/install/share/proj ]; then 122 122 mkdir ${ISSM_DIR}/share 2> /dev/null 123 cp ${ISSM_DIR}/externalpackages/ share/proj ${ISSM_DIR}/share123 cp ${ISSM_DIR}/externalpackages/proj/install/share/proj ${ISSM_DIR}/share 124 124 else 125 125 echo "PROJ not found"
Note:
See TracChangeset
for help on using the changeset viewer.