SPAN - refactor mirror dir
This commit is contained in:
parent
38133a2915
commit
a0e14c95cc
|
@ -361,7 +361,7 @@ Enter 'h' for help.")
|
|||
(lambda (answer)
|
||||
(set! SPAN-mirror-url answer)
|
||||
(run (touch (string-append SPAN-dir "/mirror")))
|
||||
(let ((out (open-output-file (string-append SPAN-build-and-cache-dir "/mirror"))))
|
||||
(let ((out (open-output-file (string-append SPAN-dir "/mirror"))))
|
||||
(write answer out))
|
||||
#f)) answer)
|
||||
|
||||
|
|
Loading…
Reference in New Issue