Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/
Date: Sun, 11 Oct 2015 21:43:12
Message-Id: 1444599820.34e41dcb793e32b867f6ea84f7a759bbee0556a3.dilfridge@gentoo
1 commit: 34e41dcb793e32b867f6ea84f7a759bbee0556a3
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 21:43:40 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 21:43:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e41dcb
7
8 app-officeext/ooofbtools: Add die
9
10 Package-Manager: portage-2.2.23
11
12 app-officeext/ooofbtools/ooofbtools-2.38.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
16 index eab5433..c442c93 100644
17 --- a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
18 +++ b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
19 @@ -29,9 +29,9 @@ OFFICE_EXTENSIONS_LOCATION="${S}"
20
21 src_prepare() {
22 # Remove Windows cruft
23 - pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null
24 + pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null || die
25 rm -r win32 || die
26 - popd 2>/dev/null
27 + popd 2>/dev/null || die
28 }
29
30 src_install() {