From a437500420e7cfbf2d8882e1c77acad3a898cad9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 Jul 2003 15:44:28 +0000 Subject: fix #1679 & #3673 --- perl-install/standalone/drakfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakfont') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index c1242ac81..713b78d46 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -336,7 +336,7 @@ sub put_font_dir() { interactive_progress($pbar2, 0.10, N("True Type fonts installation")); glob("$drakfont_dir/tmp/tmp/*.TTF") and system('cd ' . $drakfont_dir . '/tmp/tmp ; for foo in *.TTF; do mv $foo `basename $foo .TTF`.ttf; done'); - system('cd ' . $drakfont_dir . '/tmp/tmp && cp *.ttf ../../ttf'); + system('cd ' . $drakfont_dir . '/tmp/tmp && cp *.ttf ../../ttf; chmod 644 ../../ttf/*ttf'); interactive_progress($pbar2, 0.20, N("please wait during ttmkfdir...")); my $ttfdir = $drakfont_dir . "/ttf"; -- cgit v1.2.1