mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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) {
|
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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue