projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9796e
)
app-office/openoffice-bin: [QA] Fix double-prefix
author
David Seifert
<soap@gentoo.org>
Sun, 11 Aug 2019 11:49:50 +0000
(13:49 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 11 Aug 2019 11:49:50 +0000
(13:49 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild
patch
|
blob
|
history
diff --git
a/app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild
b/app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild
index 99677492c3161b0f92fe67216dd527296530f545..d3a0c2c488bbe049d0e6d483ee526ba702f40a24 100644
(file)
--- a/
app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild
+++ b/
app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild
@@
-162,8
+162,7
@@
src_install () {
insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
# remove soffice bin to avoid collision with libreoffice
- rm -rf "${ED}${EPREFIX}/usr/bin/soffice"
-
+ rm -rf "${ED}/usr/bin/soffice" || die
}
pkg_preinst() {