From: Andrey Miroshnikov Date: Thu, 21 Jul 2022 18:10:03 +0000 (+0000) Subject: Build script now adds the right path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6554252c5e6466d4f6bca5722efb2d6f30ab0128;p=tas-yagle.git Build script now adds the right path --- diff --git a/build.sh b/build.sh index 764ca6c..45d1824 100755 --- a/build.sh +++ b/build.sh @@ -69,6 +69,6 @@ done cp -r distrib/share/tcl ${installDir}/share/tasyag -echo "AVERTEC_TOP=`pwd`/install/share/tasyag" > "${installDir}/avt_env.sh" +echo "AVERTEC_TOP=${installDir}/share/tasyag" > "${installDir}/avt_env.sh" echo 'PATH=${AVERTEC_TOP}/tcl:${PATH}' >> "${installDir}/avt_env.sh" echo 'export AVERTEC_TOP' >> "${installDir}/avt_env.sh"