Changes between Version 70 and Version 71 of BuildAndDeploymentEnvironment


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

test for existence of patchelf

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v70 v71  
    187187# This loop uses 'patchelf', which may not be installed on some distros.
    188188
    189 # TODO: add code here to check for the existence of 'patchelf'
     189patchelf --version # '-e' is set so the script will exit with an error message if this fails
    190190
    191191cd ${APPDIR}/usr/bin