When compressing translations, remove the uncompressed version
It may cause build problems later if we keep it around
This commit is contained in:
parent
45c0531c78
commit
c7dcd37aec
|
@ -654,6 +654,7 @@ sub recompress {
|
|||
! ($filename =~ m/\/.*\/i18n\/(Translation.*gz)$/o)) {
|
||||
system("rm -f $_.gz");
|
||||
system("gzip -9c < $_ >$_.gz");
|
||||
system("rm -f $_");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue