[Lunar-commits] CVS: moonbase/ham/unixcw BUILD,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Wed Dec 8 12:56:19 UTC 2004
Update of /var/cvs/lunar/moonbase/ham/unixcw
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/ham/unixcw
Modified Files:
BUILD
Log Message:
never hardcode qtdir/kdedir... always use the proper dereferences
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ham/unixcw/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 19 Jun 2003 17:48:00 -0000 1.2
+++ BUILD 8 Dec 2004 12:56:03 -0000 1.3
@@ -5,7 +5,7 @@
# ln -s /usr/bin /tmp/unixcw_qt/bin
# ln -s /usr/lib/qt /tmp/unixcw_qt/lib
- export QTDIR=/opt/lunar/qt/3/
+ export QTDIR=${QT_PREFIX:-$QTDIR}/
# need to hack Makefile.in
sedit "s/lqt/lqt-mt/" xcwcp/Makefile.in
More information about the Lunar-commits
mailing list