[Lunar-commits] CVS: moonbase/games/showeq BUILD,1.3,1.4

Auke Kok sofar at lunar-linux.org
Wed Dec 8 12:56:19 UTC 2004


Update of /var/cvs/lunar/moonbase/games/showeq
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/games/showeq

Modified Files:
	BUILD 
Log Message:
never hardcode qtdir/kdedir... always use the proper dereferences

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/showeq/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	15 Sep 2004 18:43:12 -0000	1.3
+++ BUILD	8 Dec 2004 12:56:02 -0000	1.4
@@ -6,7 +6,7 @@
                --localstatedir=/var  		\
                --infodir=/usr/share/info	\
 	       --mandir=/usr/share/man		\
-               --with-qt-dir=/opt/lunar/qt/3	\
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}	\
 	       --datadir=/usr/share		\
                $OPTS				&&
    default_make



More information about the Lunar-commits mailing list