Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: building RB on OS X

Re: building RB on OS X

From: Björn Stenberg <bjorn_at_haxx.se>
Date: Tue, 12 Jul 2005 10:55:55 +0200

Daniel Stenberg wrote:
> It could of course easily be rewritten to avoid the --replace thing.
> Something like:
>
> my _at_f = `find apps -name "*.codec" ! -empty`;
> for (_at_f) {
> chomp;
> system("cp $_ .rockbox/codecs/");
> }

Or why not simply:

find apps -name "*.codec" ! -empty -exec cp {} .rockbox/codecs/ ;

-- 
Björn
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Received on 2005-07-12

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy