commit: 06d353024a862b27e7fa736060cea9e4396e36b3
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:49:50 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:49:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d35302
app-office/openoffice-bin: [QA] Fix double-prefix
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 99677492c31..d3a0c2c488b 100644
--- 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() {