diff --git a/srcpkgs/thermald/template b/srcpkgs/thermald/template index e241d636373..9f73cb198e2 100644 --- a/srcpkgs/thermald/template +++ b/srcpkgs/thermald/template @@ -1,7 +1,7 @@ # Template file for 'thermald' pkgname=thermald version=1.4.3 -revision=4 +revision=5 _pkgname=thermal_daemon wrksrc="${_pkgname}-${version}" only_for_archs="i686 i686-musl x86_64 x86_64-musl" @@ -18,9 +18,6 @@ conf_files=" /etc/thermald/thermal-conf.xml /etc/thermald/thermal-cpu-cdev-order.xml" -if [ "$XBPS_TARGET_MACHINE" != "i686" ]; then -fi - pre_configure() { NOCONFIGURE=1 ./autogen.sh }