[Lunar-commits] CVS: moonbase/gnome2-core/startup-notification BUILD, 1.4, 1.5

Nick Hudson nhudson at lunar-linux.org
Fri Apr 9 15:08:28 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-core/startup-notification
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12930/startup-notification

Modified Files:
	BUILD 
Log Message:

Updating to Gnome 2.6.0 Desktop Release, I have to say that cvs merging is alot easier to do than moving the files over by hand.  Now go get yourself a 40 and do some updating!


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/startup-notification/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	13 Sep 2003 15:33:54 -0000	1.4
+++ BUILD	9 Apr 2004 15:08:26 -0000	1.5
@@ -1,14 +1,12 @@
 (
 
-  ./configure --prefix=/opt/lunar/gnome/2.4		\
-              --bindir=/opt/lunar/gnome/2.4/bin		\
-              --sbindir=/opt/lunar/gnome/2.4/sbin	\
-              --datadir=/opt/lunar/gnome/2.4/share	\
-              --sysconfdir=/etc				\
-              --infodir=/opt/lunar/gnome/2.4/share/info	\
-              --mandir=/opt/lunar/gnome/2.4/share/man	\
-              $OPTS                                     &&
-
-  default_make
+   ./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