correction to unixstyle-install for raco
commands
This commit is contained in:
parent
441cf9a85c
commit
d3b4d14287
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user