copy the classic_statusbar and rockbox_none .sbs's to .rsbs's also so remote displays can use them
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a67deef2b6
commit
36fc4439c2
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,8 @@ STOP
|
|||
copy("$ROOT/wps/classic_statusbar-hwcodec.sbs", "$rbdir/wps/classic_statusbar.sbs");
|
||||
}
|
||||
system("touch $rbdir/wps/rockbox_none.sbs");
|
||||
copy("$rbdir/wps/classic_statusbar.sbs", "$rbdir/wps/classic_statusbar.rsbs");
|
||||
copy("$rbdir/wps/rockbox_none.sbs", "$rbdir/wps/rockbox_none.rsbs");
|
||||
|
||||
# and the info file
|
||||
copy("rockbox-info.txt", "$rbdir/rockbox-info.txt");
|
||||
|
|
Loading…
Reference in a new issue