[Lunar-commits] <moonbase-other> docbook-utils: fix build

v4hn me at v4hn.de
Sat Sep 7 01:20:27 CEST 2013


commit e8ef98e5ea8fd891a21e8dca64b4b08e08e89bec
Author: v4hn <me at v4hn.de>
Date: Fri, 06 Sep 2013 16:20:08 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e8ef98e5ea8fd891a21e8dca64b4b08e08e89bec

docbook-utils: fix build
---
  doc-tools/docbook-utils/BUILD     | +4/-13    
  doc-tools/docbook-utils/PRE_BUILD | +6/-0     
  2 files changed, 10 insertions(+), 13 deletions(-)

--- a/doc-tools/docbook-utils/BUILD
+++ b/doc-tools/docbook-utils/BUILD
@@ -1,14 +1,5 @@
-(
-
- # grep 2.7 no longer accepts [:space:] instead of [[:space:]]
- sedit 's/\[:space:\]/[&]/g' bin/jw.in &&
-
- # Do not loopback (breaks docbook-utils build)
- CENTRALIZED=/etc/sgml/catalog &&
- install-catalog -r $CENTRALIZED /etc/sgml/catalog &&
-
- default_build
-
-) > $C_FIFO 2>&1
-
+# Do not loopback (breaks docbook-utils build)
+CENTRALIZED=/etc/sgml/catalog &&
+install-catalog -r $CENTRALIZED /etc/sgml/catalog &&
 
+default_build
--- /dev/null
+++ b/doc-tools/docbook-utils/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+# grep 2.7 no longer accepts [:space:] instead of [[:space:]]
+sedit 's/\[:space:\]/[&]/g' bin/jw.in &&
+
+sedit "s:docdir=.*:docdir='\$(prefix)/share/doc':" configure




More information about the Lunar-commits mailing list