[Lunar-commits] CVS: moonbase/web/peacock BUILD,1.5,1.6
Nick Hudson
nhudson at lunar-linux.org
Fri Apr 9 19:35:34 GMT 2004
Update of /var/cvs/lunar/moonbase/web/peacock
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10503/peacock
Modified Files:
BUILD
Log Message:
More /opt/ removal from Moonbase
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/peacock/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 13 Sep 2003 15:33:56 -0000 1.5
+++ BUILD 9 Apr 2004 19:35:32 -0000 1.6
@@ -1,13 +1,12 @@
(
- ./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 \
- $OPTS &&
-default_make
+ ./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
-
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list