From: Miroslav Šulc Date: Sat, 16 May 2020 08:08:39 +0000 (+0200) Subject: dev-util/pkgdiff: D -> ED in install phase X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5251a016c8602321a96af48cee07d9df8e320f70;p=gentoo.git 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 --- 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" }