From b66ab6cdbce5f4ac2db8976872547680242166e8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 12 May 2016 15:42:19 +0200 Subject: Fix repair during substitution --- src/libstore/store-api.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/store-api.hh') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index f680e951f..65c4cdc97 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -503,7 +503,7 @@ Path computeStorePathForText(const string & name, const string & s, /* Copy a path from one store to another. */ void copyStorePath(ref srcStore, ref dstStore, - const Path & storePath); + const Path & storePath, bool repair = false); /* Remove the temporary roots file for this process. Any temporary -- cgit v1.2.3