summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/perl/files/eblits/src_install-v50160001.eblit')
-rw-r--r--dev-lang/perl/files/eblits/src_install-v50160001.eblit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/perl/files/eblits/src_install-v50160001.eblit b/dev-lang/perl/files/eblits/src_install-v50160001.eblit
index bee3ae5e9bf5..d31e90ee8b70 100644
--- a/dev-lang/perl/files/eblits/src_install-v50160001.eblit
+++ b/dev-lang/perl/files/eblits/src_install-v50160001.eblit
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_install-v50160001.eblit,v 1.2 2013/01/20 20:22:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_install-v50160001.eblit,v 1.3 2013/03/14 12:46:31 tove Exp $
eblit-perl-src_install() {
local i
@@ -55,7 +55,7 @@ eblit-perl-src_install() {
--htmldir="${ED}/usr/share/doc/${PF}/html"
fi
- [[ -d ${D}/usr/local ]] && rm -r "${D}"/usr/local
+ [[ -d ${ED}/usr/local ]] && rm -r "${ED}"/usr/local
dual_scripts
}