# HG changeset patch # User Hans-G?nter Theisgen # Date 1588055877 -3600 # Node ID 7397cb36a387053265702c4fd09f4a251acf7b41 # Parent 09045e83f95969910eee602506ddc8451970ef0e updated thermald (1.9 -> 1.9.1) diff -r 09045e83f959 -r 7397cb36a387 thermald/receipt --- a/thermald/receipt Mon Apr 27 09:29:39 2020 +0000 +++ b/thermald/receipt Tue Apr 28 07:37:57 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="thermald" -VERSION="1.9" +VERSION="1.9.1" CATEGORY="system-tools" LICENSE="GPL2" SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature." @@ -18,7 +18,7 @@ compile_rules() { # 1.0 - sed -i '322s|%lu|%u|' src/thd_zone.cpp +# sed -i '322s|%lu|%u|' src/thd_zone.cpp ./autogen.sh && ./configure \ @@ -31,5 +31,5 @@ genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }