From 3dce65778c396390312ed89798e619a6a60b7389 Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Thu, 18 Oct 2001 23:07:01 +0000 Subject: change Fontmap ghostscript file. --- perl-install/standalone/drakfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- cgit v1.2.1