Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done
It’s a giant hack, but it gets the job done.
Tags: bash, cut, equery, gentoo, quickpkg, while
This entry was posted
on Friday, July 31st, 2009 at 6:04 pm and is filed under Tips and Tricks, Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.