From: Andrey Miroshnikov Date: Thu, 21 Jul 2022 22:04:16 +0000 (+0000) Subject: Modified PATH and AVERTEC_TOP, to fix doc generation scripts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11fa2abc9618fd78f8d5ceabe670ef4a5713d1e8;p=tas-yagle.git Modified PATH and AVERTEC_TOP, to fix doc generation scripts --- diff --git a/build.sh b/build.sh index 45d1824..9c7916b 100755 --- a/build.sh +++ b/build.sh @@ -69,6 +69,6 @@ done cp -r distrib/share/tcl ${installDir}/share/tasyag -echo "AVERTEC_TOP=${installDir}/share/tasyag" > "${installDir}/avt_env.sh" -echo 'PATH=${AVERTEC_TOP}/tcl:${PATH}' >> "${installDir}/avt_env.sh" +echo "AVERTEC_TOP=`pwd`/distrib/share" > "${installDir}/avt_env.sh" +echo "PATH=`pwd`/distrib/bin:${AVERTEC_TOP}/tcl:${PATH}" >> "${installDir}/avt_env.sh" echo 'export AVERTEC_TOP' >> "${installDir}/avt_env.sh"