[arch-commits] Commit in thermald/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Tue Jun 30 01:08:35 UTC 2020


    Date: Tuesday, June 30, 2020 @ 01:08:33
  Author: freswa
Revision: 657033

thermald: fix dbus dir

Modified:
  thermald/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 01:07:59 UTC (rev 657032)
+++ PKGBUILD	2020-06-30 01:08:33 UTC (rev 657033)
@@ -6,7 +6,7 @@
 pkgname=thermald
 _pkgname=thermal_daemon
 pkgver=2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='The Linux Thermal Daemon program from 01.org'
 arch=('x86_64')
 url='https://01.org/linux-thermal-daemon'
@@ -24,6 +24,7 @@
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
+    --with-dbus-sys-dir=/usr/share/dbus-1/system.d \
     --localstatedir=/var \
     --sbindir=/usr/bin
   make



More information about the arch-commits mailing list