Correction installation dans /usr/libexec et autres...
[hvlinux.git] / stage2 / pkg / acpid
index 5339d26..afb39ec 100644 (file)
@@ -2,7 +2,7 @@
 
 hvbuild_post()
 {
-    install -d -m755 /etc/acpi/events
+    install -v -d -m755 /etc/acpi/events
 
     cat > /etc/acpi/events/button-lid << EOF
 # When the lid is closed, go into suspend to ram
@@ -13,7 +13,8 @@ EOF
     cat > /etc/acpi/events/button-power << EOF
 # When the power button is pressed, shutdown the system.
 event=button/power
-action=/etc/acpi/shutdown.shEOF
+action=/etc/acpi/shutdown.sh
+EOF
 
     install -v -m755 ${SCRDIR}/misc/acpi/suspend2ram.sh /etc/acpi
     install -v -m755 ${SCRDIR}/misc/acpi/shutdown.sh    /etc/acpi