diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-04-13 10:16:33 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-13 10:16:33 +0300 |
commit | c9422388cbb9cb3ae5a652302215d968743897f6 (patch) | |
tree | c02dfcacf3f26760c9bf649ef6a60a54e4d1c857 /app-editors | |
parent | app-editors/ted: use Motif toolkit by default (diff) | |
download | gentoo-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')
-rw-r--r-- | app-editors/ted/ted-2.23-r1.ebuild | 4 |
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 } |