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:
parent
be6da12c09
commit
ab5879c5ea
1 changed files with 2 additions and 2 deletions
|
@ -605,8 +605,8 @@ while(<WPS>) {
|
|||
}
|
||||
foreach my $i ($font, $remotefont) {
|
||||
if (defined($i) && $i ne "-") {
|
||||
copythemefont($font);
|
||||
$i = "$rbdir/fonts/$font";
|
||||
copythemefont($i);
|
||||
$i = "$rbdir/fonts/$i";
|
||||
}
|
||||
}
|
||||
buildcfg();
|
||||
|
|
Loading…
Reference in a new issue