summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCode Bling2020-10-03 17:56:08 -0400
committerCode Bling2020-10-03 17:56:08 -0400
commitbf7590c87fd542df6542c4ed6ec0b1635845540e (patch)
tree4b22e74c6d27be4d03b53bee4decdc93d3642572 /PKGBUILD
parentac8fd2596ea793feabdc6bd25b77362d44ca499a (diff)
downloadaur-bf7590c87fd542df6542c4ed6ec0b1635845540e.tar.gz
Install required file thermal-conf.xml to /etc/thermald/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cb8128d74ff..5d3769c0f188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,4 +40,5 @@ package() {
make DESTDIR="$pkgdir" install
mkdir -p ${pkgdir}/usr/lib/modules-load.d
install -m644 ${srcdir}/modules-load-msr.conf ${pkgdir}/usr/lib/modules-load.d/thermald.conf
+ install -m644 ${srcdir}/${_pkgname}/data/thermal-conf.xml ${pkgdir}/etc/${_pkgname}/
}