Re: [proaudio] Qt based ebuilds |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
typo:
for f in $(grep -R -l x11-libs/qt- /var/lib/layman/pro-audio/**)
do
echo $f
sed -i -e 's@x11-libs/qt-@dev-qt/qt@g' $f
done
Attention: there are .ebuilds, .eclass and 1 Changelog file.
Xavier
Le Mon, 04 Mar 2013 19:33:51 +0000,
Gavin Pryke <gavinlee303@xxxxxxxxx> a écrit :
> On Monday 04 March 2013 19:59:30 Xavier Miller wrote:
> > for f in $(grep -R -l x11-libs/qt- /var/lib/layman/pro-audio/**) ;
> > do sed -e 's@x11-libs/qt-@dev-qt/qt@g' ; done
> >
>
> > > If it worked before it should work now, so I don't imagine you
> > > even would need to test this much.
> > >
> > > Arve
>
>
> Great, thanks :)
>
> Gav
>
>