summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-28 12:45:01 +0100
committerJustin Lecher <jlec@gentoo.org>2015-10-28 14:35:59 +0100
commit65beef0476c9f8a4b22a7cebb66d6bcd039915c9 (patch)
treece26e99e9d01eaa1b1f3f0e34966a1b85daff25b /sys-devel
parentsys-libs/talloc: Fix for prefix (diff)
downloadgentoo-65beef0476c9f8a4b22a7cebb66d6bcd039915c9.tar.gz
gentoo-65beef0476c9f8a4b22a7cebb66d6bcd039915c9.tar.bz2
gentoo-65beef0476c9f8a4b22a7cebb66d6bcd039915c9.zip
sys-devel/distcc: Fix for prefix
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/distcc-3.1-r10.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild b/sys-devel/distcc/distcc-3.1-r10.ebuild
index f700ea22274e..23d17939d465 100644
--- a/sys-devel/distcc/distcc-3.1-r10.ebuild
+++ b/sys-devel/distcc/distcc-3.1-r10.ebuild
@@ -130,12 +130,12 @@ src_install() {
newins "doc/example/xinetd" distcc
fi
- rm -rf "${D}/etc/default" || die
- rm -f "${D}/etc/distcc/clients.allow" || die
- rm -f "${D}/etc/distcc/commands.allow.sh" || die
+ rm -rf "${ED}/etc/default" || die
+ rm -f "${ED}/etc/distcc/clients.allow" || die
+ rm -f "${ED}/etc/distcc/commands.allow.sh" || die
python_fix_shebang "${ED}"
- python_optimize "${ED}"/$(python_get_sitedir)
+ python_optimize
}
pkg_postinst() {