diff --git a/tools/make_disc_trees.pl b/tools/make_disc_trees.pl index c095798c..a4e5aa7b 100755 --- a/tools/make_disc_trees.pl +++ b/tools/make_disc_trees.pl @@ -654,6 +654,7 @@ sub recompress { ! ($filename =~ m/\/.*\/i18n\/(Translation.*gz)$/o)) { system("rm -f $_.gz"); system("gzip -9c < $_ >$_.gz"); + system("rm -f $_"); } }