correction to unixstyle-install for raco commands

This commit is contained in:
Matthew Flatt 2021-02-21 09:47:51 -07:00
parent 441cf9a85c
commit d3b4d14287

View File

@ -618,6 +618,11 @@
(when (directory-exists? f-abs)
(define f-dest (build-path dest f-path))
(cond
[(equal? f "info-domain")
;; Skip move for "info-domain', because the file
;; in "compiled" is not a ".zo" file and needs
;; to stay with the "info-domain" collection
(void)]
[(equal? f "compiled")
(make-directory* dest)
(rm f-dest)