wok-next view lm-sensors/stuff/linux-3.0.patch @ rev 16617
libgd: it build with same receipt than december 2013 - but with error on libgd-config that may be present for a long time
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 08 20:04:50 2014 +0200 (2014-05-08) |
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`);