[Lunar-commits] CVS: moonbase/gnome2-apps/gpdf BUILD,1.9,1.10

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


Update of /var/cvs/lunar/moonbase/gnome2-apps/gpdf
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15292/gpdf

Modified Files:
	BUILD 
Log Message:

Updating BUILD files 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/gpdf/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD	9 Apr 2004 15:14:30 -0000	1.9
+++ BUILD	9 Apr 2004 15:22:35 -0000	1.10
@@ -1,6 +1,14 @@
 (
    
-   export OPTS="$OPTS --enable-a4-paper"
-   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   \
+                --enable-a4-paper                 \
+                $OPTS                             &&
+    default_make
+
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list