acpid: create /etc/acpi/events, otherwise it won't start.
--HG-- extra : convert_revision : 3b2efc9d1cb07101fbc109af408b2a25adab4f92
This commit is contained in:
parent
bb8e749f3e
commit
5ccc1f1773
|
@ -20,6 +20,8 @@ Add_dependency full glibc
|
|||
|
||||
post_install()
|
||||
{
|
||||
install -d ${DESTDIR}/etc/acpi/events
|
||||
|
||||
chmod 755 ${DESTDIR}/usr/sbin/acpid || return 1
|
||||
install -D -m755 ${FILESDIR}/acpid.rc \
|
||||
${DESTDIR}/etc/init.d/acpid || return 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user