Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On Tue, 21 Feb 2012 11:18:44 +0100
Michal Hrusecky <miska@g.o> wrote:
> + find . -exec grep -l /usr/lib/build \{\} \; | while read i;
> do
> + sed -i 's|/usr/lib/build|/usr/share/suse-build|g'
> "${i}"
> + done
find -type f \
-exec sed -i 's|/usr/lib/build|/usr/share/suse-build|g' {} +
--
Best regards,
Michał Górny
|
|