summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-11-28 16:24:11 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-11-28 16:24:11 +0000
commitafe7264d51a3582a54d0f90d4aa49903504287f0 (patch)
treec403bb83f0fc5368728e36bf376a0e132c9308f2 /dev-util
parentuse thin-manifests (diff)
downloaddarkside-afe7264d51a3582a54d0f90d4aa49903504287f0.tar.gz
darkside-afe7264d51a3582a54d0f90d4aa49903504287f0.tar.bz2
darkside-afe7264d51a3582a54d0f90d4aa49903504287f0.zip
[dev-util/catalyst] Do not use dosed with EAPI=4
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/catalyst/catalyst-2.0.7.1.ebuild8
1 files 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
}