wok diff thermald/receipt @ rev 23838
Up clamav (0.102.1), fontconfig (2.13.1), fuse (2.9.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 03 15:36:09 2020 +0000 (2020-06-03) |
parents | 4e2673103892 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/thermald/receipt Sun Oct 20 15:47:58 2019 +0100 1.2 +++ b/thermald/receipt Wed Jun 03 15:36:09 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="thermald" 1.7 -VERSION="1.9" 1.8 +VERSION="1.9.1" 1.9 CATEGORY="system-tools" 1.10 LICENSE="GPL2" 1.11 SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature." 1.12 @@ -18,7 +18,7 @@ 1.13 compile_rules() 1.14 { 1.15 # 1.0 1.16 - sed -i '322s|%lu|%u|' src/thd_zone.cpp 1.17 +# sed -i '322s|%lu|%u|' src/thd_zone.cpp 1.18 1.19 ./autogen.sh && 1.20 ./configure \ 1.21 @@ -31,5 +31,5 @@ 1.22 1.23 genpkg_rules() 1.24 { 1.25 - cp -a $install/usr $fs 1.26 + cp -a $install/usr $fs 1.27 }