acpid: switch to /usr.
This commit is contained in:
parent
1a49936de0
commit
7c44b03eb3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'acpid'
|
||||
pkgname=acpid
|
||||
version=2.0.16
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
systemd_services="acpid.socket on"
|
||||
conf_files="/etc/conf.d/acpid"
|
||||
|
@ -19,8 +19,8 @@ long_desc="
|
|||
supports netlink and the input layer."
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/acpid.service 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/acpid.socket 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/acpid.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/acpid.socket 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
|
||||
vinstall ${FILESDIR}/anything 644 etc/acpi/events
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue