[Lunar-commits] r19558 - moonbase/trunk/devel/hal
Florin Braescu
florin at lunar-linux.org
Mon Apr 3 15:29:21 UTC 2006
Author: florin
Date: 2006-04-03 15:29:20 +0000 (Mon, 03 Apr 2006)
New Revision: 19558
Modified:
moonbase/trunk/devel/hal/BUILD
Log:
fix the compile when kernel-headers-2.6 is installed.
Modified: moonbase/trunk/devel/hal/BUILD
===================================================================
--- moonbase/trunk/devel/hal/BUILD 2006-04-03 15:07:01 UTC (rev 19557)
+++ moonbase/trunk/devel/hal/BUILD 2006-04-03 15:29:20 UTC (rev 19558)
@@ -1,6 +1,6 @@
(
- if !( module_installed kernel-headers-2.6 ); then
+ if ( module_installed kernel-headers-2.6 ); then
sedit "s:SG_FLAG_LUN_:SG_FLAG_UNUSED_LUN_:" hald/linux2/probing/linux_dvd_rw_utils.c
fi &&
add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false &&
More information about the Lunar-commits
mailing list