forked from lix-project/lix
* Doh.
This commit is contained in:
parent
89c1d2b202
commit
e20f0da22c
|
@ -485,7 +485,7 @@ static void installDerivations(Globals & globals,
|
|||
MetaInfo meta = i->queryMetaInfo(globals.state);
|
||||
if (!globals.preserveInstalled &&
|
||||
newNames.find(drvName.name) != newNames.end() &&
|
||||
meta["keep"] == "true")
|
||||
meta["keep"] != "true")
|
||||
printMsg(lvlInfo,
|
||||
format("replacing old `%1%'") % i->name);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue