View Single Post
Old 03-14-2013, 02:55 PM   #79
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
(make the folders first)

me@dev ~ $ BINARY=midori for FILES in $(readelf -d ~/GIT/buildroot-2012/output/target/usr/bin/"$BINARY" |awk -F\[ ' /Shared library/ {print $2}' | cut -d"]" -f1); do scp ~/GIT/buildroot-2012/output/target/usr/lib/"$FILES" root@kt:/mnt/us/extensions/"$BINARY"/lib/; done

For when I am bored of figuring out what libs to move across. and unrolling the symlinks.

This won't catch them all but does a decent chunk. Happy to get feedback on improving this.
Attached Thumbnails
Click image for larger version

Name:	Selection_168.png
Views:	369
Size:	26.5 KB
ID:	102889  

Last edited by twobob; 03-14-2013 at 03:06 PM.
twobob is offline   Reply With Quote