summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-09-11 22:14:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-09-11 22:14:49 +0000
commitbb623dd9f2a8c9f45f80c763b6f52df98b64c5b5 (patch)
tree3b2f4ea27f406a69c9a6603cde94158d1f4313b5
parent761836c18a7f14cd05eb02eb020f477b10d96f89 (diff)
downloaddrakx-bb623dd9f2a8c9f45f80c763b6f52df98b64c5b5.tar
drakx-bb623dd9f2a8c9f45f80c763b6f52df98b64c5b5.tar.gz
drakx-bb623dd9f2a8c9f45f80c763b6f52df98b64c5b5.tar.bz2
drakx-bb623dd9f2a8c9f45f80c763b6f52df98b64c5b5.tar.xz
drakx-bb623dd9f2a8c9f45f80c763b6f52df98b64c5b5.zip
fix #5571
-rwxr-xr-xperl-install/standalone/drakfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index db90c6d3c..ca7fe9a9e 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -346,7 +346,7 @@ sub put_font_dir() {
if ($gs) {
convert_ttf_fonts([ glob("$drakfont_dir/tmp/tmp/*.ttf") ], 1);
- system(join("cd $drakfont_dir/tmp/tmp && mv *.gsf *.pfb *.pfm", if_($so, "*.afm"), "../Type1"));
+ system(join('', "cd $drakfont_dir/tmp/tmp && mv *.gsf *.pfb *.pfm", if_($so, "*.afm"), " ../Type1"));
system("cd $drakfont_dir/tmp/Type1 && $type1inst");
interactive_progress($pbar2, 0.1, N("type1inst building"));
if ($so) {