meta/pkg-build/main: fix salvage in case of different versions

This commit is contained in:
Matthew Flatt 2014-07-29 14:52:24 +01:00
parent 027fb52c66
commit 01a285f2de

View File

@ -15,7 +15,9 @@
(for ([d (in-directory temp-dir)])
(cond
[(directory-exists? d)
(define i (get-info/full d))
(define i (get-info/full d
#:namespace (make-base-namespace)
#:bootstrap? #t))
(when i
(define l (i 'scribblings (lambda () null)))
(when (list? l)