projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1337eb
)
app-arch/rpm2targz: fix Prefix regression by e7660d41.
author
Benda Xu
<heroxbd@gentoo.org>
Sun, 26 Apr 2020 12:57:00 +0000
(20:57 +0800)
committer
Benda Xu
<heroxbd@gentoo.org>
Sun, 26 Apr 2020 12:58:00 +0000
(20:58 +0800)
Closes: https://bugs.gentoo.org/719208
Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
app-arch/rpm2targz/rpm2targz-9.0.0.5g-r2.ebuild
patch
|
blob
|
history
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 b928455359d8c3594db460964cee98de6f57c24a..cff86345771ce67c85a48f0c9a053280a48fc872 100644
(file)
--- 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="${
E
D}" install # need explicit install line #397835
dodoc *.README*
}