src/Pure/Admin/build_verit.scala
changeset 73317 df49ca5da9d0
parent 72763 3cc73d00553c
child 73340 0ffcad1f6130
--- a/src/Pure/Admin/build_verit.scala	Sat Feb 27 17:33:40 2021 +0100
+++ b/src/Pure/Admin/build_verit.scala	Sat Feb 27 18:04:29 2021 +0100
@@ -84,10 +84,10 @@
 
       /* install */
 
-      File.copy(build_dir + Path.explode("LICENSE"), component_dir)
+      Isabelle_System.copy_file(build_dir + Path.explode("LICENSE"), component_dir)
 
       val exe_path = Path.basic("veriT").platform_exe
-      File.copy(build_dir + exe_path, platform_dir)
+      Isabelle_System.copy_file(build_dir + exe_path, platform_dir)
       Executable.libraries_closure(platform_dir + exe_path, filter = Set("libgmp"), mingw = mingw)