wok rev 23697

updated thermald (1.9 -> 1.9.1)
author Hans-G?nter Theisgen
date Tue Apr 28 07:37:57 2020 +0100 (2020-04-28)
parents 09045e83f959
children 62f4b17a0949
files thermald/receipt
line diff
     1.1 --- a/thermald/receipt	Mon Apr 27 09:29:39 2020 +0000
     1.2 +++ b/thermald/receipt	Tue Apr 28 07:37:57 2020 +0100
     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  }