On Mon, 23 Jan 2006 00:28:34 -0300, Norberto Bensa wrote:

> > add a "=" sign for each entry:
> > emerge -pv \=$(echo $(equery -q l kde-base/) | sed s/\ /\ =/g)
> 
> Too complicated. I know how to use sed, etc. but I was looking for a 
> cleaner/simpler solution.

cd /var/db/pkg/
for P in kde-base/*; do echo =$P; done | xargs emerge --oneshot --ask


-- 
Neil Bothwick

Death is proven to be 99.9% fatal to all laboratory rats.

Attachment: signature.asc
Description: PGP signature

Reply via email to