[Lunar-commits] r18143 - moonbase/trunk/devel/hal

Florin Braescu florin at lunar-linux.org
Mon Jan 16 16:13:40 UTC 2006


Author: florin
Date: 2006-01-16 16:13:38 +0000 (Mon, 16 Jan 2006)
New Revision: 18143

Modified:
   moonbase/trunk/devel/hal/BUILD
Log:
remove the kernel-headers test. hal is needed only on 2.6 kernels anyway. tested with gcc 3.4.5 kernel 2.6.14.5.

Modified: moonbase/trunk/devel/hal/BUILD
===================================================================
--- moonbase/trunk/devel/hal/BUILD	2006-01-15 23:17:18 UTC (rev 18142)
+++ moonbase/trunk/devel/hal/BUILD	2006-01-16 16:13:38 UTC (rev 18143)
@@ -1,8 +1,6 @@
 (
 
-    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  &&
+    sedit "s:SG_FLAG_LUN_:SG_FLAG_UNUSED_LUN_:" hald/linux2/probing/linux_dvd_rw_utils.c
 
     add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false  &&
    



More information about the Lunar-commits mailing list