[Lunar-commits] <moonbase-other> indent: fix doc dir
v4hn
me at v4hn.de
Fri Mar 22 16:09:41 CET 2013
commit 137f1bfe598631134d414c79be86819fc03df236
Author: v4hn <me at v4hn.de>
Date: Fri, 22 Mar 2013 08:09:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/137f1bfe598631134d414c79be86819fc03df236
indent: fix doc dir
---
utils/indent/BUILD | +5/-7
1 file changed, 5 insertions(+), 7 deletions(-)
--- a/utils/indent/BUILD
+++ b/utils/indent/BUILD
@@ -1,8 +1,6 @@
-(
+sedit '/FILE/d' src/indent.h &&
+sedit 's:docdir = .*:docdir = /usr/share/doc/indent:' doc/Makefile.in &&
- sedit '/FILE/d' src/indent.h &&
- default_build &&
- echo -e "#!/bin/sh\n\nindent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"\n" > lindent &&
- install -m0755 lindent /usr/bin/
-
-) > $C_FIFO 2>&1
+default_build &&
+echo -e "#!/bin/sh\n\nindent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"\n" > lindent &&
+install -m0755 lindent /usr/bin/
More information about the Lunar-commits
mailing list