aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate-patches.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate-patches.pl')
-rwxr-xr-xscripts/generate-patches.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/generate-patches.pl b/scripts/generate-patches.pl
index fdbc65ad6..4b91884d0 100755
--- a/scripts/generate-patches.pl
+++ b/scripts/generate-patches.pl
@@ -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";