meta/pkg-build/main: fix salvage in case of different versions
This commit is contained in:
parent
027fb52c66
commit
01a285f2de
|
@ -15,7 +15,9 @@
|
||||||
(for ([d (in-directory temp-dir)])
|
(for ([d (in-directory temp-dir)])
|
||||||
(cond
|
(cond
|
||||||
[(directory-exists? d)
|
[(directory-exists? d)
|
||||||
(define i (get-info/full d))
|
(define i (get-info/full d
|
||||||
|
#:namespace (make-base-namespace)
|
||||||
|
#:bootstrap? #t))
|
||||||
(when i
|
(when i
|
||||||
(define l (i 'scribblings (lambda () null)))
|
(define l (i 'scribblings (lambda () null)))
|
||||||
(when (list? l)
|
(when (list? l)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user