[Lunar-commits] CVS: moonbase/editors/vim BUILD,1.5,1.6

Terry Chan tchan at lunar-linux.org
Mon Apr 19 23:54:30 GMT 2004


Update of /var/cvs/lunar/moonbase/editors/vim
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17148

Modified Files:
	BUILD 
Log Message:
Added the missing $OPTS for passing extra ./configure arguments.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/vim/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	3 Jun 2003 17:52:59 -0000	1.5
+++ BUILD	19 Apr 2004 23:54:28 -0000	1.6
@@ -11,7 +11,8 @@
                --infodir=/usr/share/info \
                --mandir=/usr/share/man   \
                --datadir=/usr/share      \
-               --localstatedir=/var      &&
+               --localstatedir=/var      \
+               $OPTS                     &&
   
   rm -f /usr/bin/vim /usr/bin/vi         &&
   make                                   &&



More information about the Lunar-commits mailing list