raco setup: fix a read-only use on the docindex database
Merge to v6.0
This commit is contained in:
parent
9bb5dda4f5
commit
79f3fd5e64
|
@ -154,7 +154,6 @@
|
||||||
(call-with-database
|
(call-with-database
|
||||||
'doc-db-get-provides-timestamp
|
'doc-db-get-provides-timestamp
|
||||||
db-file
|
db-file
|
||||||
#:write? #t
|
|
||||||
(lambda (db)
|
(lambda (db)
|
||||||
(prepare-tables db)
|
(prepare-tables db)
|
||||||
(define pathid (filename->pathid db filename))
|
(define pathid (filename->pathid db filename))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user