[Lunar-commits] CVS: moonbase/devel/monodoc BUILD,1.1,1.2

Nick Hudson nhudson at lunar-linux.org
Thu Apr 8 03:27:29 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/monodoc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv343/monodoc

Modified Files:
	BUILD 
Log Message:

Might as well do this now or I will forget about it tomorrow


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/monodoc/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	8 Apr 2004 03:25:21 -0000	1.1
+++ BUILD	8 Apr 2004 03:27:26 -0000	1.2
@@ -1,5 +1,12 @@
 (
 
-default_build
+   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                $OPTS                             &&
+    default_make                   
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list