summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2020-04-26 20:57:00 +0800
committerBenda Xu <heroxbd@gentoo.org>2020-04-26 20:58:00 +0800
commit5315de7b2a1639d5282900cf77c6e78a93b417a8 (patch)
treeb5c004971320bf486207e9b05aad523653ecbc61 /app-arch
parentdev-python/txgithub: Remove pointless longdesc (diff)
downloadgentoo-5315de7b2a1639d5282900cf77c6e78a93b417a8.tar.gz
gentoo-5315de7b2a1639d5282900cf77c6e78a93b417a8.tar.bz2
gentoo-5315de7b2a1639d5282900cf77c6e78a93b417a8.zip
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@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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*
}