i8kutils: move modprobe.d files to usr/lib
This commit is contained in:
parent
6c6787eb1c
commit
f0b3a703de
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'i8kutils'
|
# Template file for 'i8kutils'
|
||||||
pkgname=i8kutils
|
pkgname=i8kutils
|
||||||
version=1.43
|
version=1.43
|
||||||
revision=1
|
revision=2
|
||||||
|
wrksrc="$pkgname"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
wrksrc="${pkgname}"
|
|
||||||
short_desc="Fan control for certain Dell laptops"
|
short_desc="Fan control for certain Dell laptops"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -23,9 +23,8 @@ do_install() {
|
||||||
vbin i8kctl
|
vbin i8kctl
|
||||||
vman i8kctl.1
|
vman i8kctl.1
|
||||||
vman i8kmon.1
|
vman i8kmon.1
|
||||||
mkdir -p "${DESTDIR}/etc/modprobe.d"
|
vinstall dell-smm-hwmon.conf 644 usr/lib/modprobe.d
|
||||||
cp dell-smm-hwmon.conf "${DESTDIR}/etc/modprobe.d"
|
vinstall i8kmon.conf 644 etc
|
||||||
cp i8kmon.conf "${DESTDIR}/etc"
|
|
||||||
vdoc README.i8kutils
|
vdoc README.i8kutils
|
||||||
vsv i8kmon
|
vsv i8kmon
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue