Commit 01acac4c925738d9902327967b0f82875500e35c

Thomas de Grivel 2018-07-26T15:09:54

fix build/systems.lisp

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build.lisp b/build.lisp
index 9965484..36e8848 100644
--- a/build.lisp
+++ b/build.lisp
@@ -161,7 +161,7 @@
     (with-open-file (out path :direction :output
                          :element-type 'character
                          :external-format :utf-8
-                         :if-exists :overwrite
+                         :if-exists :supersede
                          :if-does-not-exist :create)
       (declare (type stream out))
       (dolist (sys (system-and-dependencies system))