commit:     5251a016c8602321a96af48cee07d9df8e320f70
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 08:08:39 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May 16 08:08:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5251a016

dev-util/pkgdiff: D -> ED in install phase

Closes: https://bugs.gentoo.org/723124
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-util/pkgdiff/pkgdiff-1.7.2.ebuild | 4 ++--
 dev-util/pkgdiff/pkgdiff-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild 
b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
index 1293f19d310..29d9b6bfe68 100644
--- a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,5 +27,5 @@ PREFIX="/usr"
 
 src_install() {
        mkdir -p "${D}${PREFIX}"
-       perl Makefile.pl -install --destdir "${D}" || die "install failed"
+       perl Makefile.pl -install --destdir "${ED}" || die "install failed"
 }

diff --git a/dev-util/pkgdiff/pkgdiff-9999.ebuild 
b/dev-util/pkgdiff/pkgdiff-9999.ebuild
index f397a5715c4..02c61210aff 100644
--- a/dev-util/pkgdiff/pkgdiff-9999.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,5 +29,5 @@ PREFIX="/usr"
 
 src_install() {
        mkdir -p "${D}${PREFIX}"
-       perl Makefile.pl -install --destdir "${D}" || die "install failed"
+       perl Makefile.pl -install --destdir "${ED}" || die "install failed"
 }

Reply via email to