summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwps/wpsbuild.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index 52a2f4c01f..a420faddd8 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -605,8 +605,8 @@ while(<WPS>) {
605 } 605 }
606 foreach my $i ($font, $remotefont) { 606 foreach my $i ($font, $remotefont) {
607 if (defined($i) && $i ne "-") { 607 if (defined($i) && $i ne "-") {
608 copythemefont($font); 608 copythemefont($i);
609 $i = "$rbdir/fonts/$font"; 609 $i = "$rbdir/fonts/$i";
610 } 610 }
611 } 611 }
612 buildcfg(); 612 buildcfg();