acpid: create /etc/acpi/events, otherwise it won't start.

--HG--
extra : convert_revision : 3b2efc9d1cb07101fbc109af408b2a25adab4f92
This commit is contained in:
Juan RP 2009-12-02 07:02:49 +01:00
parent bb8e749f3e
commit 5ccc1f1773

View File

@ -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