Changes between Version 71 and Version 72 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Sep 1, 2022, 5:49:38 PM (21 months ago)
Author:
Andy Alt
Comment:

move patchelf check to the top of the script ;)

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v71 v72  
    164164set -ev # exit on error, be verbose
    165165
     166# 'patchelf' is required
     167# '-e' is set so the script will exit with an error message if this fails
     168patchelf --version
    166169
    167170#ABS_PATH_WORK_DIR=
     
    184187install -s binaries/system/pyrogenesis -Dt ${APPDIR}/usr/bin
    185188install -s binaries/system/ActorEditor -Dt ${APPDIR}/usr/bin
    186 
    187 # This loop uses 'patchelf', which may not be installed on some distros.
    188 
    189 patchelf --version # '-e' is set so the script will exit with an error message if this fails
    190189
    191190cd ${APPDIR}/usr/bin