[Lunar-commits] CVS: moonbase/gnome2-core/gnome-desktop BUILD, 1.4.4.2, 1.4.4.3

Nick Hudson nhudson at lunar-linux.org
Sat Mar 13 15:30:21 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-core/gnome-desktop
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17182/gnome-desktop

Modified Files:
      Tag: GNOME_UNSTABLE
	BUILD 
Log Message:

More BUILD files


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gnome-desktop/BUILD,v
retrieving revision 1.4.4.2
retrieving revision 1.4.4.3
diff -u -d -r1.4.4.2 -r1.4.4.3
--- BUILD	10 Mar 2004 03:40:53 -0000	1.4.4.2
+++ BUILD	13 Mar 2004 15:30:19 -0000	1.4.4.3
@@ -1,4 +1,13 @@
 (
-  export OPTS="$OPTS --with-gnome-distributor=Lunar-Linux"
-  default_build
-) > $C_FIFO 2>$1
+
+   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                --with-gnome-distributor=Lunar-Linux         \
+                $OPTS                             &&
+    default_make                   
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list