[Lunar-commits] r23158 - moonbase/trunk/utils/acpid
Moritz Heiber
moe at lunar-linux.org
Tue Feb 6 12:22:38 CET 2007
Author: moe
Date: 2007-02-06 12:22:37 +0100 (Tue, 06 Feb 2007)
New Revision: 23158
Removed:
moonbase/trunk/utils/acpid/power
Modified:
moonbase/trunk/utils/acpid/BUILD
Log:
This fixes bug #170. I also removed the 'power' template as its horrible
outdated and points to a action script that isn't even there.
Modified: moonbase/trunk/utils/acpid/BUILD
===================================================================
--- moonbase/trunk/utils/acpid/BUILD 2007-02-06 05:51:59 UTC (rev 23157)
+++ moonbase/trunk/utils/acpid/BUILD 2007-02-06 11:22:37 UTC (rev 23158)
@@ -1,8 +1,10 @@
(
+ sedit "s/-Werror//g" Makefile &&
+
default_make &&
- install -D -m644 ${SCRIPT_DIRECTORY}/power /etc/acpi/events/power &&
+ mkdir -p /etc/acpi/events /etc/acpi/actions &&
gather_docs samples/acpi_handler.sh samples/sample.conf
) > $C_FIFO 2>&1
Deleted: moonbase/trunk/utils/acpid/power
More information about the Lunar-commits
mailing list