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

busybox: fix acpid directory. Closes #333

This commit is contained in:
Dylan Araps 2021-09-15 08:08:03 +03:00
parent 51ab8b2973
commit ad31d82b91
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -53,7 +53,7 @@ chmod u+s "$1/usr/bin/busybox-suid"
# The acpid command requires that this directory exist
# and does not automatically create it..
mkdir -p "$1/etc/acpid"
mkdir -p "$1/etc/acpi"
# Install runit services.
for s in acpid crond syslogd mdev ntpd; do