1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 12:10:59 +01:00

before changing db schema

This commit is contained in:
Wouter den Breejen 2007-05-25 12:27:36 +00:00
parent c9e78a973a
commit 0a303ea2c0
9 changed files with 402 additions and 1 deletions

View file

@ -1377,7 +1377,6 @@ void DerivationGoal::startBuilder()
tmpDir = createTempDir();
/* Create the state directory where the component can store it's state files place */
//printMsg(lvlError, format("STATE: `%1%'") % );
//We only create state dirs when state is enabled and when the dirs need to be created before the installation
if(drv.stateOutputs.size() != 0)
if(drv.stateOutputs.find("state")->second.getCreateDirsBeforeInstall())