forked from len0rd/rockbox
make install now works correctly for the sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6613 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6d3cebdfa
commit
8ed869de4d
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ sub buildzip {
|
||||||
mkdir ".rockbox/langs", 0777;
|
mkdir ".rockbox/langs", 0777;
|
||||||
mkdir ".rockbox/rocks", 0777;
|
mkdir ".rockbox/rocks", 0777;
|
||||||
mkdir ".rockbox/codecs", 0777;
|
mkdir ".rockbox/codecs", 0777;
|
||||||
`find . -name "codec*.rock" ! -empty | xargs --replace=foo cp foo .rockbox/codecs/`;
|
`find apps -name "codec*.rock" ! -empty | xargs --replace=foo cp foo .rockbox/codecs/`;
|
||||||
`find . -name "*.rock" -o -name "*.ovl" ! -empty ! -name "codec*.rock" | xargs --replace=foo cp foo .rockbox/rocks/`;
|
`find apps -name "*.rock" -o -name "*.ovl" ! -empty ! -name "codec*.rock" | xargs --replace=foo cp foo .rockbox/rocks/`;
|
||||||
|
|
||||||
open VIEWERS, "$ROOT/apps/plugins/viewers.config" or
|
open VIEWERS, "$ROOT/apps/plugins/viewers.config" or
|
||||||
die "can't open viewers.config";
|
die "can't open viewers.config";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue