From 5251a016c8602321a96af48cee07d9df8e320f70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miroslav=20=C5=A0ulc?= Date: Sat, 16 May 2020 10:08:39 +0200 Subject: [PATCH] dev-util/pkgdiff: D -> ED in install phase MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723124 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Miroslav Å ulc --- 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 1293f19d3104..29d9b6bfe683 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 f397a5715c48..02c61210affd 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" } -- 2.26.2