|
Rockbox mail archiveSubject: Re: building RB on OS XRe: 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/rockboxReceived on 2005-07-12 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |