From 5315de7b2a1639d5282900cf77c6e78a93b417a8 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Sun, 26 Apr 2020 20:57:00 +0800 Subject: 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 --- app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-arch') 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* } -- cgit v1.2.3-65-gdbad