diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-08-05T14·53+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-08-05T14·53+0000 |
commit | ae1a1efa410fa66a0afbfae25ad423feee4b1e77 (patch) | |
tree | 8d9b3a7deb905f9df038e38a046000bbb0fdaa60 | |
parent | d8989b1fb482fc7b6f29945e5c3b8bb197f4539c (diff) |
* Clean up the temporary directory for hook communication (and don't
print out incorrect "build failed" messages).
-rw-r--r-- | src/libstore/normalise.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc index 87747837084c..309c1777f7df 100644 --- a/src/libstore/normalise.cc +++ b/src/libstore/normalise.cc @@ -818,6 +818,7 @@ void NormalisationGoal::terminateBuildHook() toHook.writeSide.close(); fdLogFile.close(); logPipe.readSide.close(); + deleteTmpDir(true); /* get rid of the hook's temporary directory */ } |