From 636f62c06bd8231d51a8627473da40c6c0075619 Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Mon, 28 Nov 2011 16:32:51 +0000 Subject: [dev-util/catalyst] avoid sandbox errors --- dev-util/catalyst/catalyst-2.0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/catalyst/catalyst-2.0.7.1.ebuild b/dev-util/catalyst/catalyst-2.0.7.1.ebuild index de529f1..496fa8f 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 if use ccache; then - sed -i -e 's:options="autoresume kern:options="autoresume ccache kern:' /etc/catalyst/catalyst.conf || die + sed -i -e 's:options="autoresume kern:options="autoresume ccache kern:' "${D}"/etc/catalyst/catalyst.conf || die fi sed -i -e "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ - /etc/catalyst/catalyst.conf || die + "${D}"/etc/catalyst/catalyst.conf || die } -- cgit v1.2.3-65-gdbad