From 5ccc1f177361a7ea59c7f2dafa977a39eb38daae Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 2 Dec 2009 07:02:49 +0100 Subject: [PATCH] acpid: create /etc/acpi/events, otherwise it won't start. --HG-- extra : convert_revision : 3b2efc9d1cb07101fbc109af408b2a25adab4f92 --- srcpkgs/acpid/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/acpid/template b/srcpkgs/acpid/template index f7d4634679b..c189262c263 100644 --- a/srcpkgs/acpid/template +++ b/srcpkgs/acpid/template @@ -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