diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:49:50 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:49:50 +0200 |
commit | 06d353024a862b27e7fa736060cea9e4396e36b3 (patch) | |
tree | 9328ab48873c159b40103b87082bf48f3f0800e7 /app-office | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.189 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-4.1.6.ebuild | 3 |
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() { |