diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-03-07 21:24:40 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-03-07 21:24:40 (GMT) |
commit | 17a417e13530325e7e6a5ebb5277f2c42685a74a (patch) | |
tree | 7db53222f6f5e1868e0053c001f74e2be9a390fe /abs/extra/lm_sensors/linux_3.0.patch | |
parent | 4c44c7fa3ce44ac09e044d41dde9e428c09de1c0 (diff) | |
download | linhes_pkgbuild-17a417e13530325e7e6a5ebb5277f2c42685a74a.zip linhes_pkgbuild-17a417e13530325e7e6a5ebb5277f2c42685a74a.tar.gz linhes_pkgbuild-17a417e13530325e7e6a5ebb5277f2c42685a74a.tar.bz2 |
lm_sensors: update to 3.3.5 and update bin path. refs #961
Diffstat (limited to 'abs/extra/lm_sensors/linux_3.0.patch')
-rw-r--r-- | abs/extra/lm_sensors/linux_3.0.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/lm_sensors/linux_3.0.patch b/abs/extra/lm_sensors/linux_3.0.patch deleted file mode 100644 index da02a3d..0000000 --- a/abs/extra/lm_sensors/linux_3.0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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`); - |