[Lunar-commits] CVS: moonbase/gnome2-core/GConf2 BUILD, 1.4.4.1, 1.4.4.2

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


Update of /var/cvs/lunar/moonbase/gnome2-core/GConf2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16172/GConf2

Modified Files:
      Tag: GNOME_UNSTABLE
	BUILD 
Log Message:

Adding BUILD files back for custom install locations 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/GConf2/BUILD,v
retrieving revision 1.4.4.1
retrieving revision 1.4.4.2
diff -u -d -r1.4.4.1 -r1.4.4.2
--- BUILD	31 Dec 2003 23:46:29 -0000	1.4.4.1
+++ BUILD	13 Mar 2004 15:17:56 -0000	1.4.4.2
@@ -1,9 +1,13 @@
 (
 
-  
-   default_build 			&&
-
-   chmod a+rX /etc/gconf/*
+   ./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                                  &&
+    chmod a+rX /etc/gconf/*
 
 ) > $C_FIFO 2>&1
-



More information about the Lunar-commits mailing list