[Lunar-commits] CVS: moonbase/x11-wm/icewm BUILD,1.8,1.9
Auke Kok
sofar at lunar-linux.org
Wed Dec 8 12:56:37 UTC 2004
Update of /var/cvs/lunar/moonbase/x11-wm/icewm
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/x11-wm/icewm
Modified Files:
BUILD
Log Message:
never hardcode qtdir/kdedir... always use the proper dereferences
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-wm/icewm/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 24 Jun 2003 21:44:17 -0000 1.8
+++ BUILD 8 Dec 2004 12:56:04 -0000 1.9
@@ -6,7 +6,7 @@
module_installed kdebase3 &&
[ -z "$KDEDIR" ] &&
- export KDEDIR=/opt/lunar/kde/3
+ export KDEDIR=${KDE_PREFIX:-$KDEDIR}
# lets add kde and gnome menu support to the build, iff
# there is a gnome-config avail :=)
More information about the Lunar-commits
mailing list