Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: miska@g.o
Subject: Re: [gentoo-dev] RFC patch for obs-service.eclass
Date: Tue, 21 Feb 2012 13:44:44
Message-Id: 20120221143405.000d65f9@pomiocik.lan
In Reply to: [gentoo-dev] RFC patch for obs-service.eclass by Michal Hrusecky
1 On Tue, 21 Feb 2012 11:18:44 +0100
2 Michal Hrusecky <miska@g.o> wrote:
3
4 > + find . -exec grep -l /usr/lib/build \{\} \; | while read i;
5 > do
6 > + sed -i 's|/usr/lib/build|/usr/share/suse-build|g'
7 > "${i}"
8 > + done
9
10 find -type f \
11 -exec sed -i 's|/usr/lib/build|/usr/share/suse-build|g' {} +
12
13 --
14 Best regards,
15 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature