From efdaf4d859b1999f5c482445aca9b07c939199c5 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Thu, 28 Mar 2024 14:27:59 +0000 Subject: [PATCH] Users stuff --- distro/scripts/adl_cots.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index d7d23f4..16483b8 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -548,6 +548,7 @@ all() adl() { echo ${FUNCNAME[0]} + export PATH=/CSPP_SDR_4_0/JAVA_COTS/jdk1.8.0_73/bin/:$PATH which java which python3 cd ${BUILD} @@ -563,18 +564,17 @@ adl() ls ${COTSBASE} && \ echo "ADL_HOME" ${ADL_HOME} && \ ls ${ADL_HOME} && \ - export ADL_INSTALL=${ADL_HOME} && \ -# ln -s /usr/bin/python3 /usr/libexec//bin/python3 -cd ${ADL_HOME} && / - export PATH=${ADL_HOME}/bin:/usr/libexec/bin:$PATH && / - source build/envSetup.sh && / - export COTS_PYTHON=/usr/libexec/ && / + ln -s /usr/bin/python3 /usr/local//bin/python3 && \ + cd ${ADL_HOME} && \ + export PATH=${ADL_HOME}/bin:/usr/libexec/bin:$PATH && \ + source build/envSetup.sh && \ + export COTS_PYTHON=/usr/libexec/ && \ ./buildAdl.sh 2>&1 | tee ${COTS_HOME}/build_adl.log } if [ "$1" == "all" ] ; then - wipe + all else adl -- GitLab