raco setup: fix subcollection traversal
Closes PR 13740
This commit is contained in:
parent
7946c73c42
commit
d44f817865
|
@ -404,6 +404,7 @@
|
|||
(define (build-collection-tree cc)
|
||||
(define (make-child-cc parent-cc name)
|
||||
(collection-cc! (append (cc-collection parent-cc) (list name))
|
||||
#:path (build-path (cc-path parent-cc) name)
|
||||
#:info-root (cc-info-root cc)
|
||||
#:info-path (cc-info-path cc)
|
||||
#:info-path-mode (cc-info-path-mode cc)
|
||||
|
|
Loading…
Reference in New Issue
Block a user