create the addon dir if it doesn't exist yet
This commit is contained in:
parent
d4ad0a20e4
commit
88baea6cca
|
@ -66,6 +66,8 @@
|
|||
(define site "ftp.springer.de")
|
||||
(define path "pub/tex/latex/llncs/latex2e")
|
||||
(define file "llncs2e.zip")
|
||||
(unless (directory-exists? (find-system-path 'addon-dir))
|
||||
(make-directory (find-system-path 'addon-dir)))
|
||||
(log-error (format "Downloading via ftp://~a/~a/~a..." site path file))
|
||||
(define c (ftp-establish-connection site 21 "anonymous" "user@racket-lang.org"))
|
||||
(ftp-cd c path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user