Re: [gentoo-dev] RFC patch for obs-service.eclass

2012-02-24 Thread Michal Hrusecky
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

Re: [gentoo-dev] RFC patch for obs-service.eclass

2012-02-21 Thread Michał Górny
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