diff --git a/srcpkgs/i8kutils/template b/srcpkgs/i8kutils/template index 7a239e21fa7..c187d910a63 100644 --- a/srcpkgs/i8kutils/template +++ b/srcpkgs/i8kutils/template @@ -1,9 +1,9 @@ # Template file for 'i8kutils' pkgname=i8kutils version=1.43 -revision=1 +revision=2 +wrksrc="$pkgname" build_style=gnu-makefile -wrksrc="${pkgname}" short_desc="Fan control for certain Dell laptops" maintainer="Andrew Benson " license="GPL-2.0-or-later" @@ -23,9 +23,8 @@ do_install() { vbin i8kctl vman i8kctl.1 vman i8kmon.1 - mkdir -p "${DESTDIR}/etc/modprobe.d" - cp dell-smm-hwmon.conf "${DESTDIR}/etc/modprobe.d" - cp i8kmon.conf "${DESTDIR}/etc" + vinstall dell-smm-hwmon.conf 644 usr/lib/modprobe.d + vinstall i8kmon.conf 644 etc vdoc README.i8kutils vsv i8kmon }