From: Benda Xu Date: Sun, 26 Apr 2020 12:57:00 +0000 (+0800) Subject: app-arch/rpm2targz: fix Prefix regression by e7660d41. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5315de7b2a1639d5282900cf77c6e78a93b417a8;p=gentoo.git app-arch/rpm2targz: fix Prefix regression by e7660d41. Closes: https://bugs.gentoo.org/719208 Package-Manager: Portage-2.3.88, Repoman-2.3.18 Signed-off-by: Benda Xu --- diff --git a/app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild b/app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild index b928455359d8..cff86345771c 100644 --- a/app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild +++ b/app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild @@ -25,6 +25,6 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install # need explicit install line #397835 + emake DESTDIR="${ED}" install # need explicit install line #397835 dodoc *.README* }