summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/ooofbtools/ooofbtools-2.38.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
index eab54333b1ed..c442c9362ee9 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() {