[Lunar-commits] <moonbase-other> dillo: don't die when hyphenation support fails
v4hn
me at v4hn.de
Wed Sep 3 14:33:03 CEST 2014
commit 73b09e02068aa1b29db3e267e049768071e3af3a
Author: v4hn <me at v4hn.de>
Date: Wed, 03 Sep 2014 14:32:21 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/73b09e02068aa1b29db3e267e049768071e3af3a
dillo: don't die when hyphenation support fails
---
web/dillo/BUILD | +2/-1
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/web/dillo/BUILD
+++ b/web/dillo/BUILD
@@ -2,4 +2,5 @@ default_build &&
gather_docs doc/* &&
# provide at least english hyphenation support
-dillo-install-hyphenation en-us
+# this is not fatal though
+( dillo-install-hyphenation en-us || true )
More information about the Lunar-commits
mailing list