[Lunar-commits] <moonbase> lm_sensors: remove an uneeded warning message.
Florin Braescu
florin at lunar-linux.org
Thu May 27 19:58:07 CEST 2010
commit d0aff3ccf38dc2aee93917b5dd9ab307a28215d2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu May 27 20:58:07 2010 +0300
lm_sensors: remove an uneeded warning message.
---
utils/lm_sensors/BUILD | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/utils/lm_sensors/BUILD b/utils/lm_sensors/BUILD
index 664d2e8..7221bc2 100644
--- a/utils/lm_sensors/BUILD
+++ b/utils/lm_sensors/BUILD
@@ -1,7 +1,4 @@
(
- message " ${PROBLEM_COLOR}Warning! ${DEFAULT_COLOR}This module compiles and must be installed only on 2.6.x kernels."
- sleep 5
-
make user &&
prepare_install &&
@@ -14,7 +11,7 @@
else
make PREFIX=/usr \
MANDIR=/usr/share/man \
- user_install
- fi
+ user_install
+ fi
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list