commit: c9422388cbb9cb3ae5a652302215d968743897f6
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 07:16:33 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 07:16:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9422388
app-editors/ted: add missing dies to 2.23-r1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/ted/ted-2.23-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/ted/ted-2.23-r1.ebuild
b/app-editors/ted/ted-2.23-r1.ebuild
index b3584d9589e..0fdbbde6164 100644
--- a/app-editors/ted/ted-2.23-r1.ebuild
+++ b/app-editors/ted/ted-2.23-r1.ebuild
@@ -68,11 +68,11 @@ src_configure() {
local dir
for dir in appUtil textEncoding utilPs bitmap docFont docBase docBuf
ind drawMeta docRtf docEdit docLayout docHtml; do
- cd "${S}"/${dir}
+ cd "${S}"/${dir} || die
econf --cache-file=../config.cache
done
for dir in appFrame; do
- cd "${S}"/${dir}
+ cd "${S}"/${dir} || die
econf --cache-file=../config.cache --with-MOTIF
done
}