src/Pure/Admin/build_verit.scala
changeset 72478 b452242dce36
parent 72476 845001bdf41a
child 72763 3cc73d00553c
--- a/src/Pure/Admin/build_verit.scala	Wed Oct 14 22:30:18 2020 +0200
+++ b/src/Pure/Admin/build_verit.scala	Thu Oct 15 13:24:16 2020 +0200
@@ -97,15 +97,7 @@
       File.write(etc_dir + Path.basic("settings"),
         """# -*- shell-script -*- :mode=shellscript:
 
-VERIT_HOME="$COMPONENT/${ISABELLE_WINDOWS_PLATFORM64:-$ISABELLE_PLATFORM64}"
-VERIT_VERSION=""" + quote(version) + """
-
-VERIT_SOLVER="$VERIT_HOME/veriT"
-
-if [ -e "$VERIT_HOME" ]
-then
-  VERIT_INSTALLED="yes"
-fi
+ISABELLE_VERIT="$COMPONENT/${ISABELLE_WINDOWS_PLATFORM64:-$ISABELLE_PLATFORM64}/veriT"
 """)