From afe7264d51a3582a54d0f90d4aa49903504287f0 Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Mon, 28 Nov 2011 16:24:11 +0000 Subject: [dev-util/catalyst] Do not use dosed with EAPI=4 --- dev-util/catalyst/catalyst-2.0.7.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/catalyst/catalyst-2.0.7.1.ebuild b/dev-util/catalyst/catalyst-2.0.7.1.ebuild index 6f6c0d7..47fba61 100644 --- a/dev-util/catalyst/catalyst-2.0.7.1.ebuild +++ b/dev-util/catalyst/catalyst-2.0.7.1.ebuild @@ -50,8 +50,8 @@ src_install() { doman files/catalyst.1 # Here is where we actually enable ccache use ccache && \ - dosed 's:options="autoresume kern:options="autoresume ccache kern:' \ - /etc/catalyst/catalyst.conf - dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ - /etc/catalyst/catalyst.conf + sed -i -e 's:options="autoresume kern:options="autoresume ccache kern:' \ + /etc/catalyst/catalyst.conf || die + sed -i -e "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ + /etc/catalyst/catalyst.conf || die } -- cgit v1.2.3-65-gdbad