diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index ea4d6dd10..9d069f607 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -312,7 +312,7 @@ sub remove_gs_fonts { grep ( $_ =~ /$tmp_list[0]/ , @Fontmap_out) or push @Fontmap_new, $font_gs; } print $_ foreach @Fontmap_new; - output($FontmapGS.".tmp2", @Fontmap_new ); + output($FontmapGS, @Fontmap_new ); } } |