summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2013-06-10 00:06:51 +0000
committerRichard Yao <ryao@gentoo.org>2013-06-10 00:06:51 +0000
commit853c07944c5d5be1baa564bce6b848a1cc089471 (patch)
treec6877fb76b67320918411944b15bfd31761b88e4 /sys-apps/heirloom-tools/heirloom-tools-070715.ebuild
parentStable for HPPA (bug #472762). (diff)
downloadgentoo-2-853c07944c5d5be1baa564bce6b848a1cc089471.tar.gz
gentoo-2-853c07944c5d5be1baa564bce6b848a1cc089471.tar.bz2
gentoo-2-853c07944c5d5be1baa564bce6b848a1cc089471.zip
Use ${ED} instead of ${D}
(Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-apps/heirloom-tools/heirloom-tools-070715.ebuild')
-rw-r--r--sys-apps/heirloom-tools/heirloom-tools-070715.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild b/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild
index 9c3d1ebd834a..5f68b1a8bf5f 100644
--- a/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild
+++ b/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild
@@ -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/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild,v 1.4 2013/05/19 12:07:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild,v 1.5 2013/06/10 00:06:51 ryao Exp $
EAPI="5"
@@ -31,7 +31,7 @@ src_compile() {
src_install() {
# we don't want to strip here, so use "true" as noop
- emake STRIP="true" ROOT="${D}" -j1 install || die
+ emake STRIP="true" ROOT="${ED}" -j1 install || die
}
pkg_postinst() {