1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* Some logging for evaluation.

This commit is contained in:
Eelco Dolstra 2004-12-30 16:34:54 +00:00
parent 6270aa727d
commit 581bcb986f
2 changed files with 16 additions and 0 deletions

View file

@ -219,6 +219,8 @@ foreach my $p (keys %dstOutPaths) {
print " not copying, already exists\n";
next;
}
print " size $narDiffSize; full size $dstNarBz2Size\n";
system("cp '$tmpdir/DIFF' '$patchesDir/$finalName.tmp'") == 0
or die "cannot copy diff";