[Lunar-commits] CVS: moonbase/zbeta/galeon_cvs BUILD,1.9,1.10
Nick Hudson
nhudson at lunar-linux.org
Fri Apr 9 19:39:49 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/galeon_cvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11253/galeon_cvs
Modified Files:
BUILD
Log Message:
Updating galeon_cvs from /opt/ to /usr
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/galeon_cvs/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 13 Sep 2003 15:33:57 -0000 1.9
+++ BUILD 9 Apr 2004 19:39:46 -0000 1.10
@@ -1,10 +1,14 @@
(
- cp -R /opt/lunar/gnome/2/share/aclocal/* /usr/share/aclocal &&
-./autogen.sh --prefix=/opt/lunar/gnome/2.4 \
- --disable-werror \
- $OPTS &&
-default_make &&
+./autogen.sh --prefix=${GNOME26_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ --disable-werror \
+ $OPTS &&
+ default_make
cp $SCRIPT_DIRECTORY/galeon /opt/lunar/gnome/2.4/bin
More information about the Lunar-commits
mailing list