raco setup: guard a documentation timestamp comparison
This commit is contained in:
parent
300e81cb65
commit
97193c7620
|
@ -1024,8 +1024,9 @@
|
||||||
(not out-exists?)))
|
(not out-exists?)))
|
||||||
#f
|
#f
|
||||||
;; Need to write if database is out of sync. A timestamp is good enough,
|
;; Need to write if database is out of sync. A timestamp is good enough,
|
||||||
;; insteda of sha1s, because a database is never moved across installations.
|
;; instead of sha1s, because a database is never moved across installations.
|
||||||
(provides-time . < . info-out-time)
|
(or (not provides-time)
|
||||||
|
(provides-time . < . info-out-time))
|
||||||
vers
|
vers
|
||||||
#f
|
#f
|
||||||
#f))))
|
#f))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user