commit: 34e41dcb793e32b867f6ea84f7a759bbee0556a3
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 21:43:40 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 21:43:40 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e41dcb
app-officeext/ooofbtools: Add die
Package-Manager: portage-2.2.23
app-officeext/ooofbtools/ooofbtools-2.38.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
index eab5433..c442c93 100644
--- a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
+++ b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
@@ -29,9 +29,9 @@ OFFICE_EXTENSIONS_LOCATION="${S}"
src_prepare() {
# Remove Windows cruft
- pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null
+ pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null || die
rm -r win32 || die
- popd 2>/dev/null
+ popd 2>/dev/null || die
}
src_install() {