Provide hashes for uncompressed Translation-* again
Implemented in2f34797490
for bug #767253 released a few months later in v3.1.17, but then broken again a few days later in9dd0616b78
by removing the uncompressed files too early.
This commit is contained in:
parent
252ea99fdc
commit
56ec81c7d5
|
@ -601,7 +601,6 @@ sub recompress {
|
||||||
if ($filename =~ m/\/.*\/i18n\/(Translation.*)$/o &&
|
if ($filename =~ m/\/.*\/i18n\/(Translation.*)$/o &&
|
||||||
! ($filename =~ m/\/.*\/i18n\/(Translation.*gz)$/o)) {
|
! ($filename =~ m/\/.*\/i18n\/(Translation.*gz)$/o)) {
|
||||||
system("gzip -9c < $_ >$_.gz");
|
system("gzip -9c < $_ >$_.gz");
|
||||||
unlink ($_);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue