Build script now adds the right path
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 21 Jul 2022 18:10:03 +0000 (18:10 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 21 Jul 2022 18:10:03 +0000 (18:10 +0000)
build.sh

index 764ca6c6d91efd18be6be74611494a915ff846f9..45d18243a9b164894afeaa40fd5a6540a7f4107b 100755 (executable)
--- 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"