[Lunar-commits] CVS: moonbase/x11-wm/bbconf BUILD,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Wed Dec 8 12:56:36 UTC 2004
Update of /var/cvs/lunar/moonbase/x11-wm/bbconf
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/x11-wm/bbconf
Modified Files:
BUILD
Log Message:
never hardcode qtdir/kdedir... always use the proper dereferences
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-wm/bbconf/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 25 Jun 2003 19:29:55 -0000 1.2
+++ BUILD 8 Dec 2004 12:56:04 -0000 1.3
@@ -4,7 +4,7 @@
--sysconfdir=/etc \
--localstatedir=/var \
--disable-debug \
- --with-qt-dir=/opt/lunar/qt/3 \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
$OPTS &&
make &&
prepare_install &&
More information about the Lunar-commits
mailing list