wpsbuild: fix copying of remote font

Change-Id: I6e6b94d077c106555eed548c7a50c8a22e0ee839
Reviewed-on: http://gerrit.rockbox.org/331
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
This commit is contained in:
Nils Wallménius 2012-10-11 20:04:29 +02:00
parent be6da12c09
commit ab5879c5ea

View file

@ -605,8 +605,8 @@ while(<WPS>) {
} }
foreach my $i ($font, $remotefont) { foreach my $i ($font, $remotefont) {
if (defined($i) && $i ne "-") { if (defined($i) && $i ne "-") {
copythemefont($font); copythemefont($i);
$i = "$rbdir/fonts/$font"; $i = "$rbdir/fonts/$i";
} }
} }
buildcfg(); buildcfg();