Michal Hrusecky - 11:18 21.02.12 wrote:
> Hi,
>
> any objections against following patch? I guess I'm the only one using
> this eclass anyway. So what the patch does. In gentoo we have build
> renamed to avoid clashes and moved to the different directory. More and
> more services are using parts o
On Tue, 21 Feb 2012 11:18:44 +0100
Michal Hrusecky 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
Hi,
any objections against following patch? I guess I'm the only one using
this eclass anyway. So what the patch does. In gentoo we have build
renamed to avoid clashes and moved to the different directory. More and
more services are using parts of the build, so instead of patching all
services, I