Ignore:
Timestamp:
12/12/20 20:48:20 (4 years ago)
Author:
jdquinn
Message:

CHG: Simplification of installation script customization needs: should be able to simply set PREFIX in most cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/triangle/install-linux-javascript.sh

    r24593 r25860  
    1010# Constants
    1111#
    12 INSTALL_DIR="install-javascript"
     12export PREFIX="${ISSM_DIR}/triangle/install" # Set to location where external package should be installed
    1313
    1414# Environment
     
    2222
    2323# Source Emscripten environment
    24 source ${ISSM_DIR}/externalpackages/emscripten/install/emsdk_env.sh
     24source ${EMSCRIPTEN_ROOT}/emsdk_env.sh
    2525
    2626# Cleanup
Note: See TracChangeset for help on using the changeset viewer.