summaryrefslogtreecommitdiffstats
path: root/abs/extra/lm_sensors/linux_3.0.patch
blob: da02a3d492f064abb620d541fc4b4af74029b732 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- prog/detect/sensors-detect	2011-08-02 10:23:46.000000000 +0200
+++ prog/detect/sensors-detect	2011-08-02 10:24:04.000000000 +0200
@@ -2472,7 +2472,7 @@
 
 sub initialize_kernel_version
 {
-	`uname -r` =~ /(\d+)\.(\d+)\.(\d+)(.*)/;
+	`uname -r` =~ /(\d+)\.(\d+)(.*)/;
 	@kernel_version = ($1, $2, $3, $4);
 	chomp($kernel_arch = `uname -m`);