forked from lix-project/lix
* Clean up the temporary directory for hook communication (and don't
print out incorrect "build failed" messages).
This commit is contained in:
parent
d8989b1fb4
commit
ae1a1efa41
|
@ -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 */
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue