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:
Jonathan Gordon 2009-11-18 06:19:45 +00:00
parent a67deef2b6
commit 36fc4439c2

View file

@ -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");