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

Florin Braescu florin at lunar-linux.org
Thu Mar 23 20:12:00 UTC 2006


Author: florin
Date: 2006-03-23 20:11:59 +0000 (Thu, 23 Mar 2006)
New Revision: 19411

Modified:
   moonbase/trunk/devel/hal/BUILD
Log:
this seems to be needed.

Modified: moonbase/trunk/devel/hal/BUILD
===================================================================
--- moonbase/trunk/devel/hal/BUILD	2006-03-23 17:18:28 UTC (rev 19410)
+++ moonbase/trunk/devel/hal/BUILD	2006-03-23 20:11:59 UTC (rev 19411)
@@ -1,6 +1,8 @@
 (
 
-    sedit "s:SG_FLAG_LUN_:SG_FLAG_UNUSED_LUN_:" hald/linux2/probing/linux_dvd_rw_utils.c
+    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  &&
    
    ./configure  --prefix=/usr                      \



More information about the Lunar-commits mailing list