summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-11 13:49:50 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-11 13:49:50 +0200
commit06d353024a862b27e7fa736060cea9e4396e36b3 (patch)
tree9328ab48873c159b40103b87082bf48f3f0800e7 /app-office/openoffice-bin
parentsys-kernel/gentoo-sources: Linux patch 4.9.189 (diff)
downloadgentoo-06d353024a862b27e7fa736060cea9e4396e36b3.tar.gz
gentoo-06d353024a862b27e7fa736060cea9e4396e36b3.tar.bz2
gentoo-06d353024a862b27e7fa736060cea9e4396e36b3.zip
app-office/openoffice-bin: [QA] Fix double-prefix
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r--app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild3
1 files changed, 1 insertions, 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 99677492c316..d3a0c2c488bb 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() {