mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
When compressing translations, remove the uncompressed version
It may cause build problems later if we keep it around
This commit is contained in:
parent
1ec2625c80
commit
9d11b2311e
@ -655,6 +655,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
Block a user