2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

acpid: Create /etc/acpi/events. Closes #200

This commit is contained in:
Dylan Araps 2020-06-28 21:42:31 +03:00
parent 0c6fc3a9f6
commit cb752f1f14
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 4 additions and 1 deletions

View File

@ -10,3 +10,6 @@ make DESTDIR="$1" install
# Install runit service.
install -Dm755 acpid.run "$1/etc/sv/acpid/run"
ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
# Required otherwise daemon fails to launch.
mkdir -p "$1/etc/acpi/events"

View File

@ -1 +1 @@
2.0.32 1
2.0.32 2