wok view lm-sensors/stuff/linux-3.0.patch @ rev 14588

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:57 2013 +0200 (2013-05-26)
parents
children
line source
1 --- prog/detect/sensors-detect 2011-08-02 10:23:46.000000000 +0200
2 +++ prog/detect/sensors-detect 2011-08-02 10:24:04.000000000 +0200
3 @@ -2472,7 +2472,7 @@
5 sub initialize_kernel_version
6 {
7 - `uname -r` =~ /(\d+)\.(\d+)\.(\d+)(.*)/;
8 + `uname -r` =~ /(\d+)\.(\d+)(.*)/;
9 @kernel_version = ($1, $2, $3, $4);
10 chomp($kernel_arch = `uname -m`);