CVS: moonbase/gnome2-extras/gnome-speech BUILD,1.1,1.2
Nick Hudson
nhudson at lunar-linux.org
Wed Dec 24 14:33:15 GMT 2003
Update of /var/cvs/lunar/moonbase/gnome2-extras/gnome-speech
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13096/gnome-speech
Modified Files:
BUILD
Log Message:
Cleaning up Gnome things to move back into /usr instead of /opt/lunar/gnome/2.4 crap we have been doing. This will make for easier upgrades and less of a headache when major versions come out. I am not forcing updates either which should keep people quiet...
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/gnome-speech/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 14 Sep 2003 22:58:39 -0000 1.1
+++ BUILD 24 Dec 2003 14:33:13 -0000 1.2
@@ -1,15 +1,6 @@
(
- ./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 \
- --enable-gtk-doc \
- --with-html-dir=/usr/share/gtk-doc/html \
- $OPTS &&
-
- default_make
+ export OPTS="$OPTS --enable-gtk-doc"
+ default_build
-) > $C_FIFO 2>&1
+) > $C_FIFO 2>&
More information about the Lunar-commits
mailing list