forked from len0rd/rockbox
FS#6840 - Move rockbox.* inside .rockbox on targets that allow it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1535529cc3
commit
101ec7eb9a
1 changed files with 6 additions and 0 deletions
|
|
@ -335,6 +335,12 @@ sub runone {
|
|||
`find .rockbox | xargs $ziptool $output >/dev/null`;
|
||||
|
||||
if($target && ($fonts != 1)) {
|
||||
# On some targets, rockbox.* is inside .rockbox
|
||||
if($target !=~ /mod|ajz|wma/i) {
|
||||
`cp $target .rockbox/$target`;
|
||||
$target = ".rockbox/".$target;
|
||||
}
|
||||
|
||||
if($verbose) {
|
||||
print "$ziptool $output $target\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue