[Lunar-commits] CVS: moonbase/x11-apps/dia BUILD,1.2,1.3

Nick Hudson nhudson at lunar-linux.org
Fri Apr 9 19:36:56 GMT 2004


Update of /var/cvs/lunar/moonbase/x11-apps/dia
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10910/dia

Modified Files:
	BUILD 
Log Message:

Updating dia from /opt/lunar/ to /usr


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/dia/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	23 Sep 2003 12:31:18 -0000	1.2
+++ BUILD	9 Apr 2004 19:36:54 -0000	1.3
@@ -1,17 +1,15 @@
 (
-  export LIBART_CONFIG=/usr/bin/libart2-config
 
-  ./configure  --build=$BUILD                                  \
-               --sysconfdir=/etc                               \
-               --prefix=/opt/lunar/gnome/2.4                   \
-               --localstatedir=/var                            \
-               --infodir=/opt/lunar/gnome/2.4/share/info       \
-               --mandir=/opt/lunar/gnome/2.4/share/man         \
-               --with-html-dir=/usr/share/gtk-doc/html         \
-               --enable-python                                 \
-               $OPTS                                           &&
- 
-  default_make
+  export LIBART_CONFIG=/usr/bin/libart2-config
 
+  ./configure   --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                --enable-python                   \
+                $OPTS                             &&
+    default_make
    
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list