summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-04-13 10:16:33 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-04-13 10:16:33 +0300
commitc9422388cbb9cb3ae5a652302215d968743897f6 (patch)
treec02dfcacf3f26760c9bf649ef6a60a54e4d1c857 /app-editors/ted
parentapp-editors/ted: use Motif toolkit by default (diff)
downloadgentoo-c9422388cbb9cb3ae5a652302215d968743897f6.tar.gz
gentoo-c9422388cbb9cb3ae5a652302215d968743897f6.tar.bz2
gentoo-c9422388cbb9cb3ae5a652302215d968743897f6.zip
app-editors/ted: add missing dies to 2.23-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/ted')
-rw-r--r--app-editors/ted/ted-2.23-r1.ebuild4
1 files 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 b3584d9589e4..0fdbbde61647 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
}