[Lunar-commits] r21998 - moonbase/trunk/editors/nedit

Terry Chan tchan at lunar-linux.org
Mon Oct 30 16:48:12 CET 2006


Author: tchan
Date: 2006-10-30 16:48:11 +0100 (Mon, 30 Oct 2006)
New Revision: 21998

Modified:
   moonbase/trunk/editors/nedit/BUILD
Log:
Okay this should be it for now.


Modified: moonbase/trunk/editors/nedit/BUILD
===================================================================
--- moonbase/trunk/editors/nedit/BUILD	2006-10-30 15:44:27 UTC (rev 21997)
+++ moonbase/trunk/editors/nedit/BUILD	2006-10-30 15:48:11 UTC (rev 21998)
@@ -2,17 +2,15 @@
 
   sedit "s/CFLAGS=/CFLAGS:=-DBUILD_UNTESTED_NEDIT /"  makefiles/Makefile.linux &&
   sedit "s/-DUSE_LPR_PRINT_CMD/& \$\(CFLAGS\)/" makefiles/Makefile.linux &&
-  sedit "s/-lm/-lm -lXmu/" makefiles/Makefile.linux   &&
-  make  linux                                         &&
-  prepare_install
+  sedit "s/-lm/-lm -lXmu/" makefiles/Makefile.linux &&
+  make  linux &&
+  prepare_install &&
 
-  install -s source/nc source/nedit /usr/bin/       &&
-  install    doc/nc.man        nc.1                 &&
-  install    doc/nedit.man     nedit.1              &&
-  gzip  -9   nc.1                                   &&
-  gzip  -9   nedit.1                                &&
-  install    nc.1.gz           /usr/share/man/man1/ &&
-  install    nedit.1.gz        /usr/share/man/man1/ &&
+  install -s source/nc source/nedit /usr/bin/     &&
+  install doc/nc.man        nc.1                  &&
+  install doc/nedit.man     nedit.1               &&
+  gzip -9 nc.1 nedit.1                            &&
+  install nc.1.gz nedit.1.gz /usr/share/man/man1/ &&
   gather_docs ReleaseNotes doc/nedit.doc doc/nedit.html doc/README.FAQ doc/html/*
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list