commit:     5315de7b2a1639d5282900cf77c6e78a93b417a8
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:57:00 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:58:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5315de7b

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 <heroxbd <AT> gentoo.org>

 app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b928455359d..cff86345771 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*
 }

Reply via email to