summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/ted/ted-2.23.ebuild')
-rw-r--r--app-editors/ted/ted-2.23.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild
index 9d89f2ecb765..41d6280abf91 100644
--- a/app-editors/ted/ted-2.23.ebuild
+++ b/app-editors/ted/ted-2.23.ebuild
@@ -52,7 +52,7 @@ src_configure() {
local dir
for dir in appFrame appUtil bitmap docBuf ind Ted tedPackage; do
cd "${S}"/${dir}
- econf --cache-file=../config.cache || die "configure in ${dir} failed"
+ econf --cache-file=../config.cache
done
}