[Lunar-commits] r23254 - moonbase/trunk/utils/indent

Auke Kok sofar at lunar-linux.org
Tue Feb 13 06:15:25 CET 2007


Author: sofar
Date: 2007-02-13 06:15:25 +0100 (Tue, 13 Feb 2007)
New Revision: 23254

Modified:
   moonbase/trunk/utils/indent/BUILD
Log:
Install 'lindent' as well - indentation for kernel-style code


Modified: moonbase/trunk/utils/indent/BUILD
===================================================================
--- moonbase/trunk/utils/indent/BUILD	2007-02-13 02:03:47 UTC (rev 23253)
+++ moonbase/trunk/utils/indent/BUILD	2007-02-13 05:15:25 UTC (rev 23254)
@@ -1,6 +1,8 @@
 (
 
   sedit '/FILE/d' src/indent.h &&
-  default_build
+  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



More information about the Lunar-commits mailing list