diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-12T13·42+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-30T13·18+0200 |
commit | b66ab6cdbce5f4ac2db8976872547680242166e8 (patch) | |
tree | d18eeea5ee95602bf3fe252ee97708f0899e1610 /src/libstore/store-api.hh | |
parent | 3be2e71ab31200e3d263d6d2aeb4bf85462156a0 (diff) |
Fix repair during substitution
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index f680e951f895..65c4cdc97fc4 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<Store> srcStore, ref<Store> dstStore, - const Path & storePath); + const Path & storePath, bool repair = false); /* Remove the temporary roots file for this process. Any temporary |