Change llncs's download path, fix racket/racket#1973 (#163)

The path is changed to ftp://ftp.springernature.com/cs-proceeding/llncs/llncs2e.zip
which is the official file listed at
http://www.springer.com/us/computer-science/lncs/conference-proceedings-guidelines
This commit is contained in:
sorawee 2018-03-13 18:58:54 -07:00 committed by Matthew Flatt
parent 377c975fda
commit 7bd320f939

View File

@ -63,8 +63,8 @@
(unless (or (not (path? cls-file))
(file-exists? cls-file))
(log-error (format "File not found: ~a" cls-file))
(define site "ftp.springer.de")
(define path "pub/tex/latex/llncs/latex2e")
(define site "ftp.springernature.com")
(define path "cs-proceeding/llncs")
(define file "llncs2e.zip")
(unless (directory-exists? (find-system-path 'addon-dir))
(make-directory (find-system-path 'addon-dir)))